Html Css Color HEX #562520 Caput Mortuum

📋 copy color: '#562520'

red 86 ◦ green 37 ◦ blue 32

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

Shades of Caput Mortuum #562520

Tints of Caput Mortuum #562520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 55.48%
G = 23.87%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#562520 (or 0x562520) is known color: Caput Mortuum. HEX triplet: 56, 25 and 20. RGB value is (86,37,32). Sum of RGB (Red+Green+Blue) = 86+37+32=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #562520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562520 is #A9DADF. Grayscale: #333333. Windows color (decimal): -11131616 or 2106710. OLE color: 2106710.

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

Color convert

RGB 86 37 32 -
CMYK 0 0.57 0.63 0.66
HSL 5.56º 0.46% 0.23% -
HSV(B) 5.56º 0.63% 0.34% -
XYZ 4.76 3.41 1.77 -
YUV 51.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 86 37 32 0 0.57 0.63 0.66 5.56 0.46 0.23
Hex 56 25 20 0 39 3F 42 6 2E 17
Octal 126 45 40 0 71 77 102 6 56 27
Binary 1010110 100101 100000 0 111001 111111 1000010 110 101110 10111

Color Harmonies of #562520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562520

Black with #562520

Text Example


Text Example

White with #562520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562520; }

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

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

background-color css

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

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

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

border-color css

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

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

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