Html Css Color HEX #562513 Caput Mortuum

📋 copy color: '#562513'

red 86 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #562513

Tints of Caput Mortuum #562513

RGB

 RED value IS 86 (33.98% from 255) = 60.56%

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 60.56%
G = 26.06%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#562513 (or 0x562513) is known color: Caput Mortuum. HEX triplet: 56, 25 and 13. RGB value is (86,37,19). Sum of RGB (Red+Green+Blue) = 86+37+19=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #562513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562513 is #A9DAEC. Grayscale: #313131. Windows color (decimal): -11131629 or 1254742. OLE color: 1254742.

HSL color Cylindrical-coordinate representation of color #562513: hue angle of 16.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562513 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 37 19 -
CMYK 0 0.57 0.78 0.66
HSL 16.12º 0.64% 0.21% -
HSV(B) 16.12º 0.78% 0.34% -
XYZ 4.62 3.35 1.02 -
YUV 49.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 86 37 19 0 0.57 0.78 0.66 16.12 0.64 0.21
Hex 56 25 13 0 39 4E 42 10 40 15
Octal 126 45 23 0 71 116 102 20 100 25
Binary 1010110 100101 10011 0 111001 1001110 1000010 10000 1000000 10101

Color Harmonies of #562513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562513

Black with #562513

Text Example


Text Example

White with #562513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562513; }

 p { color: rgb(86,37,19); }

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

background-color css

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

 a { background-color: rgb(86,37,19); }

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

border-color css

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

 span { border-color: rgb(86,37,19); }

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