#582412

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

Shades of Caput Mortuum #582412

Tints of Caput Mortuum #582412

Color information

#582412 (or 0x582412) is unknown color: approx Caput Mortuum. HEX triplet: 58, 24 and 12. RGB value is (88,36,18). Sum of RGB (Red+Green+Blue) = 88+36+18=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #582412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582412 is #A7DBED. Grayscale: #313131. Windows color (decimal): -11000814 or 1188952. OLE color: 1188952.

HSL color Cylindrical-coordinate representation of color #582412: hue angle of 15.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582412 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB883618-
CMYK00.590.800.65
HSL15.43º66.04%20.78%-
HSV(B)15.43º79.55%34.51%-
XYZ4.763.380.97-
YUV49.5110.23155.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=61.97%
G=25.35%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88361800.590.800.6515.4366.0420.78
Hex58241203B5041f4215
Octal13044220731201011710225
Binary1011000100100100100111011101000010000011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582412; }

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

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

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

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

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

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

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

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