#582A09

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

Shades of Baker's Chocolate #582A09

Tints of Baker's Chocolate #582A09

Color information

#582A09 (or 0x582A09) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2A and 09. RGB value is (88,42,9). Sum of RGB (Red+Green+Blue) = 88+42+9=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A09 is #A7D5F6. Grayscale: #343434. Windows color (decimal): -10999287 or 600664. OLE color: 600664.

HSL color Cylindrical-coordinate representation of color #582A09: hue angle of 25.06º 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 #582A09 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB88429-
CMYK00.520.900.65
HSL25.06º81.44%19.02%-
HSV(B)25.06º89.77%34.51%-
XYZ4.93.750.72-
YUV51.99103.74153.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=63.31%
G=30.22%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8842900.520.900.6525.0681.4419.02
Hex582A90345A41195113
Octal13052110641321013112123
Binary1011000101010100101101001011010100000111001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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