#582A1E

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

Shades of Caput Mortuum #582A1E

Tints of Caput Mortuum #582A1E

Color information

#582A1E (or 0x582A1E) is unknown color: approx Caput Mortuum. HEX triplet: 58, 2A and 1E. RGB value is (88,42,30). Sum of RGB (Red+Green+Blue) = 88+42+30=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A1E is #A7D5E1. Grayscale: #363636. Windows color (decimal): -10999266 or 1976920. OLE color: 1976920.

HSL color Cylindrical-coordinate representation of color #582A1E: hue angle of 12.41º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582A1E is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB884230-
CMYK00.520.660.65
HSL12.41º49.15%23.14%-
HSV(B)12.41º65.91%34.51%-
XYZ5.093.821.7-
YUV54.39114.24151.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=55%
G=26.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88423000.520.660.6512.4149.1523.14
Hex582A1E0344241c3117
Octal1305236064102101146127
Binary101100010101011110011010010000101000001110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582A1E; }

 p { color: rgb(88,42,30); }

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

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

 a { background-color: rgb(88,42,30); }

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

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

 span { border-color: rgb(88,42,30); }

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