Html Css Color HEX #572413 Caput Mortuum

📋 copy color: '#572413'

red 87 ◦ green 36 ◦ blue 19

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

Shades of Caput Mortuum #572413

Tints of Caput Mortuum #572413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 61.27%
G = 25.35%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572413 (or 0x572413) is known color: Caput Mortuum. HEX triplet: 57, 24 and 13. RGB value is (87,36,19). Sum of RGB (Red+Green+Blue) = 87+36+19=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #572413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572413 is #A8DBEC. Grayscale: #313131. Windows color (decimal): -11066349 or 1254487. OLE color: 1254487.

HSL color Cylindrical-coordinate representation of color #572413: hue angle of 15º 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 #572413 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 36 19 -
CMYK 0 0.59 0.78 0.66
HSL 15º 0.64% 0.21% -
HSV(B) 15º 0.78% 0.34% -
XYZ 4.68 3.34 1.01 -
YUV 49.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 87 36 19 0 0.59 0.78 0.66 15 0.64 0.21
Hex 57 24 13 0 3B 4E 42 F 40 15
Octal 127 44 23 0 73 116 102 17 100 25
Binary 1010111 100100 10011 0 111011 1001110 1000010 1111 1000000 10101

Color Harmonies of #572413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572413

Black with #572413

Text Example


Text Example

White with #572413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572413; }

 p { color: rgb(87,36,19); }

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

background-color css

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

 a { background-color: rgb(87,36,19); }

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

border-color css

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

 span { border-color: rgb(87,36,19); }

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