#582516

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

Shades of Caput Mortuum #582516

Tints of Caput Mortuum #582516

Color information

#582516 (or 0x582516) is unknown color: approx Caput Mortuum. HEX triplet: 58, 25 and 16. RGB value is (88,37,22). Sum of RGB (Red+Green+Blue) = 88+37+22=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582516 is #A7DAE9. Grayscale: #323232. Windows color (decimal): -11000554 or 1451352. OLE color: 1451352.

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

Color convert

RGB883722-
CMYK00.580.750.65
HSL13.64º60%21.57%-
HSV(B)13.64º75%34.51%-
XYZ4.833.461.17-
YUV50.54111.9154.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=59.86%
G=25.17%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88372200.580.750.6513.646021.57
Hex58251603A4B41e3c16
Octal1304526072113101167426
Binary101100010010110110011101010010111000001111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582516; }

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

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

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

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

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

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

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

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