#582518

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

Shades of Caput Mortuum #582518

Tints of Caput Mortuum #582518

Color information

#582518 (or 0x582518) is unknown color: approx Caput Mortuum. HEX triplet: 58, 25 and 18. RGB value is (88,37,24). Sum of RGB (Red+Green+Blue) = 88+37+24=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582518 is #A7DAE7. Grayscale: #323232. Windows color (decimal): -11000552 or 1582424. OLE color: 1582424.

HSL color Cylindrical-coordinate representation of color #582518: hue angle of 12.19º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582518 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB883724-
CMYK00.580.730.65
HSL12.19º57.14%21.96%-
HSV(B)12.19º72.73%34.51%-
XYZ4.853.461.28-
YUV50.77112.9154.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=59.06%
G=24.83%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88372400.580.730.6512.1957.1421.96
Hex58251803A4941c3916
Octal1304530072111101147126
Binary101100010010111000011101010010011000001110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582518; }

 p { color: rgb(88,37,24); }

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

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

 a { background-color: rgb(88,37,24); }

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

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

 span { border-color: rgb(88,37,24); }

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