Html Css Color HEX #572513 Caput Mortuum

📋 copy color: '#572513'

red 87 ◦ green 37 ◦ blue 19

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

Shades of Caput Mortuum #572513

Tints of Caput Mortuum #572513

RGB

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

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

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

R = 60.84%
G = 25.87%
B = 13.29%

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

#572513 (or 0x572513) is known color: Caput Mortuum. HEX triplet: 57, 25 and 13. RGB value is (87,37,19). Sum of RGB (Red+Green+Blue) = 87+37+19=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #572513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572513 is #A8DAEC. Grayscale: #323232. Windows color (decimal): -11066093 or 1254743. OLE color: 1254743.

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

Color convert

RGB 87 37 19 -
CMYK 0 0.57 0.78 0.66
HSL 15.88º 0.64% 0.21% -
HSV(B) 15.88º 0.78% 0.34% -
XYZ 4.71 3.4 1.02 -
YUV 49.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 87 37 19 0 0.57 0.78 0.66 15.88 0.64 0.21
Hex 57 25 13 0 39 4E 42 10 40 15
Octal 127 45 23 0 71 116 102 20 100 25
Binary 1010111 100101 10011 0 111001 1001110 1000010 10000 1000000 10101

Color Harmonies of #572513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572513

Black with #572513

Text Example


Text Example

White with #572513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572513; }

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

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

background-color css

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

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

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

border-color css

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

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

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