#582D09

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

Shades of Baker's Chocolate #582D09

Tints of Baker's Chocolate #582D09

Color information

#582D09 (or 0x582D09) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2D and 09. RGB value is (88,45,9). Sum of RGB (Red+Green+Blue) = 88+45+9=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #582D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D09 is #A7D2F6. Grayscale: #353535. Windows color (decimal): -10998519 or 601432. OLE color: 601432.

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

Color convert

RGB88459-
CMYK00.490.900.65
HSL27.34º81.44%19.02%-
HSV(B)27.34º89.77%34.51%-
XYZ5.013.970.76-
YUV53.75102.75152.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=61.97%
G=31.69%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845900.490.900.6527.3481.4419.02
Hex582D90315A411b5113
Octal13055110611321013312123
Binary1011000101101100101100011011010100000111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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