Html Css Color HEX #562114 Caput Mortuum

📋 copy color: '#562114'

red 86 ◦ green 33 ◦ blue 20

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

Shades of Caput Mortuum #562114

Tints of Caput Mortuum #562114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.74%

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 61.87%
G = 23.74%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#562114 (or 0x562114) is known color: Caput Mortuum. HEX triplet: 56, 21 and 14. RGB value is (86,33,20). Sum of RGB (Red+Green+Blue) = 86+33+20=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #562114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562114 is #A9DEEB. Grayscale: #2F2F2F. Windows color (decimal): -11132652 or 1319254. OLE color: 1319254.

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

Color convert

RGB 86 33 20 -
CMYK 0 0.62 0.77 0.66
HSL 11.82º 0.62% 0.21% -
HSV(B) 11.82º 0.77% 0.34% -
XYZ 4.51 3.12 1.03 -
YUV 47.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 86 33 20 0 0.62 0.77 0.66 11.82 0.62 0.21
Hex 56 21 14 0 3E 4D 42 C 3E 15
Octal 126 41 24 0 76 115 102 14 76 25
Binary 1010110 100001 10100 0 111110 1001101 1000010 1100 111110 10101

Color Harmonies of #562114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562114

Black with #562114

Text Example


Text Example

White with #562114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562114; }

 p { color: rgb(86,33,20); }

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

background-color css

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

 a { background-color: rgb(86,33,20); }

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

border-color css

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

 span { border-color: rgb(86,33,20); }

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