Html Css Color HEX #572D21 Caput Mortuum

📋 copy color: '#572D21'

red 87 ◦ green 45 ◦ blue 33

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

Shades of Caput Mortuum #572D21

Tints of Caput Mortuum #572D21

RGB

 RED value IS 87 (34.38% from 255) = 52.73%

 GREEN value IS 45 (17.97% from 255) = 27.27%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 52.73%
G = 27.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#572D21 (or 0x572D21) is known color: Caput Mortuum. HEX triplet: 57, 2D and 21. RGB value is (87,45,33). Sum of RGB (Red+Green+Blue) = 87+45+33=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D21 is #A8D2DE. Grayscale: #383838. Windows color (decimal): -11064031 or 2174295. OLE color: 2174295.

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

Color convert

RGB 87 45 33 -
CMYK 0 0.48 0.62 0.66
HSL 13.33º 0.45% 0.24% -
HSV(B) 13.33º 0.62% 0.34% -
XYZ 5.14 4.01 1.94 -
YUV 56.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 87 45 33 0 0.48 0.62 0.66 13.33 0.45 0.24
Hex 57 2D 21 0 30 3E 42 D 2D 18
Octal 127 55 41 0 60 76 102 15 55 30
Binary 1010111 101101 100001 0 110000 111110 1000010 1101 101101 11000

Color Harmonies of #572D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D21

Black with #572D21

Text Example


Text Example

White with #572D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572D21; }

 p { color: rgb(87,45,33); }

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

background-color css

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

 a { background-color: rgb(87,45,33); }

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

border-color css

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

 span { border-color: rgb(87,45,33); }

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