Html Css Color HEX #572514 Caput Mortuum

📋 copy color: '#572514'

red 87 ◦ green 37 ◦ blue 20

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

Shades of Caput Mortuum #572514

Tints of Caput Mortuum #572514

RGB

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

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

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

R = 60.42%
G = 25.69%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#572514 (or 0x572514) is known color: Caput Mortuum. HEX triplet: 57, 25 and 14. RGB value is (87,37,20). Sum of RGB (Red+Green+Blue) = 87+37+20=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #572514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572514 is #A8DAEB. Grayscale: #323232. Windows color (decimal): -11066092 or 1320279. OLE color: 1320279.

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

Color convert

RGB 87 37 20 -
CMYK 0 0.57 0.77 0.66
HSL 15.22º 0.63% 0.21% -
HSV(B) 15.22º 0.77% 0.34% -
XYZ 4.72 3.4 1.07 -
YUV 50.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 87 37 20 0 0.57 0.77 0.66 15.22 0.63 0.21
Hex 57 25 14 0 39 4D 42 F 3F 15
Octal 127 45 24 0 71 115 102 17 77 25
Binary 1010111 100101 10100 0 111001 1001101 1000010 1111 111111 10101

Color Harmonies of #572514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572514

Black with #572514

Text Example


Text Example

White with #572514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572514; }

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

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

background-color css

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

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

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

border-color css

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

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

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