#582620

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

Shades of Caput Mortuum #582620

Tints of Caput Mortuum #582620

Color information

#582620 (or 0x582620) is unknown color: approx Caput Mortuum. HEX triplet: 58, 26 and 20. RGB value is (88,38,32). Sum of RGB (Red+Green+Blue) = 88+38+32=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582620 is #A7D9DF. Grayscale: #343434. Windows color (decimal): -11000288 or 2106968. OLE color: 2106968.

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

Color convert

RGB883832-
CMYK00.570.640.65
HSL6.43º46.67%23.53%-
HSV(B)6.43º63.64%34.51%-
XYZ4.983.571.79-
YUV52.27116.56153.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=55.70%
G=24.05%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88383200.570.640.656.4346.6723.53
Hex582620039404162f18
Octal130464007110010165730
Binary101100010011010000001110011000000100000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582620; }

 p { color: rgb(88,38,32); }

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

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

 a { background-color: rgb(88,38,32); }

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

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

 span { border-color: rgb(88,38,32); }

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