#582D24

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

Shades of Caput Mortuum #582D24

Tints of Caput Mortuum #582D24

Color information

#582D24 (or 0x582D24) is unknown color: approx Caput Mortuum. HEX triplet: 58, 2D and 24. RGB value is (88,45,36). Sum of RGB (Red+Green+Blue) = 88+45+36=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #582D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D24 is #A7D2DB. Grayscale: #383838. Windows color (decimal): -10998492 or 2370904. OLE color: 2370904.

HSL color Cylindrical-coordinate representation of color #582D24: hue angle of 10.38º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582D24 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB884536-
CMYK00.490.590.65
HSL10.38º41.94%24.31%-
HSV(B)10.38º59.09%34.51%-
XYZ5.284.082.18-
YUV56.83116.25150.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=52.07%
G=26.63%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88453600.490.590.6510.3841.9424.31
Hex582D240313B41a2a18
Octal130554406173101125230
Binary101100010110110010001100011110111000001101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D24; }

 p { color: rgb(88,45,36); }

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

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

 a { background-color: rgb(88,45,36); }

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

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

 span { border-color: rgb(88,45,36); }

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