#572018

Color #572018 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #572018

Tints of Caput Mortuum #572018

Color information

#572018 (or 0x572018) is unknown color: approx Caput Mortuum. HEX triplet: 57, 20 and 18. RGB value is (87,32,24). Sum of RGB (Red+Green+Blue) = 87+32+24=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #572018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572018 is #A8DFE7. Grayscale: #2F2F2F. Windows color (decimal): -11067368 or 1581143. OLE color: 1581143.

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

Color convert

RGB873224-
CMYK00.630.720.66
HSL7.62º56.76%21.76%-
HSV(B)7.62º72.41%34.12%-
XYZ4.613.131.22-
YUV47.53114.72156.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=60.84%
G=22.38%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87322400.630.720.667.6256.7621.76
Hex57201803F484283916
Octal1274030077110102107126
Binary101011110000011000011111110010001000010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572018; }

 p { color: rgb(87,32,24); }

 H1.HeaderClassName
 {
   color: #572018;
 }
 .AnyTagClassName
 {
   color: #572018;
 }
</style>
background-color css

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

 a { background-color: rgb(87,32,24); }

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

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

 span { border-color: rgb(87,32,24); }

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