Html Css Color HEX #513C46 Liver

📋 copy color: '#513C46'

red 81 ◦ green 60 ◦ blue 70

#513C46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #513C46

Tints of Liver #513C46

RGB

 RED value IS 81 (32.03% from 255) = 38.39%

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 38.39%
G = 28.44%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#513C46 (or 0x513C46) is known color: Liver. HEX triplet: 51, 3C and 46. RGB value is (81,60,70). Sum of RGB (Red+Green+Blue) = 81+60+70=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #513C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C46 is #AEC3B9. Grayscale: #434343. Windows color (decimal): -11453370 or 4602961. OLE color: 4602961.

HSL color Cylindrical-coordinate representation of color #513C46: hue angle of 331.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C46 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 70 -
CMYK 0 0.26 0.14 0.68
HSL 331.43º 0.15% 0.28% -
HSV(B) 331.43º 0.26% 0.32% -
XYZ 6.11 5.42 6.52 -
YUV 67.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 81 60 70 0 0.26 0.14 0.68 331.43 0.15 0.28
Hex 51 3C 46 0 1A E 44 14B F 1C
Octal 121 74 106 0 32 16 104 513 17 34
Binary 1010001 111100 1000110 0 11010 1110 1000100 101001011 1111 11100

Color Harmonies of #513C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C46

Black with #513C46

Text Example


Text Example

White with #513C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C46; }

 p { color: rgb(81,60,70); }

 H1.HeaderClassName
 {
   color: #513C46;
 }
 .AnyTagClassName
 {
   color: #513C46;
 }
</style>

background-color css

<style>
 a { background-color: #513C46; }

 a { background-color: rgb(81,60,70); }

 div.DivClassName
 {
   background-color: #513C46;
 }
 .BgClassName
 {
   background-color: #513C46;
 }
</style>

border-color css

<style>
 span { border-color: #513C46; }

 span { border-color: rgb(81,60,70); }

 td.TdClassName
 {
   border-color: #513C46;
 }
 .TagClassName
 {
   border-color: #513C46;
 }
</style>