#582209

Color #582209 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #582209

Tints of Baker's Chocolate #582209

Color information

#582209 (or 0x582209) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 22 and 09. RGB value is (88,34,9). Sum of RGB (Red+Green+Blue) = 88+34+9=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #582209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582209 is #A7DDF6. Grayscale: #2F2F2F. Windows color (decimal): -11001335 or 598616. OLE color: 598616.

HSL color Cylindrical-coordinate representation of color #582209: hue angle of 18.99º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #582209 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB88349-
CMYK00.610.900.65
HSL18.99º81.44%19.02%-
HSV(B)18.99º89.77%34.51%-
XYZ4.653.240.64-
YUV47.3106.39157.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=67.18%
G=25.95%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8834900.610.900.6518.9981.4419.02
Hex5822903D5A41135113
Octal13042110751321012312123
Binary1011000100010100101111011011010100000110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582209; }

 p { color: rgb(88,34,9); }

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

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

 a { background-color: rgb(88,34,9); }

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

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

 span { border-color: rgb(88,34,9); }

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