#582716

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

Shades of Caput Mortuum #582716

Tints of Caput Mortuum #582716

Color information

#582716 (or 0x582716) is unknown color: approx Caput Mortuum. HEX triplet: 58, 27 and 16. RGB value is (88,39,22). Sum of RGB (Red+Green+Blue) = 88+39+22=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582716 is #A7D8E9. Grayscale: #333333. Windows color (decimal): -11000042 or 1451864. OLE color: 1451864.

HSL color Cylindrical-coordinate representation of color #582716: hue angle of 15.45º 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 #582716 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB883922-
CMYK00.560.750.65
HSL15.45º60%21.57%-
HSV(B)15.45º75%34.51%-
XYZ4.893.581.19-
YUV51.71111.23153.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=59.06%
G=26.17%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88392200.560.750.6515.456021.57
Hex5827160384B41f3c16
Octal1304726070113101177426
Binary101100010011110110011100010010111000001111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582716; }

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

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

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

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

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

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

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

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