#582d03

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

Shades of Baker's Chocolate #582D03

Tints of Baker's Chocolate #582D03

Color information

#582D03 (or 0x582D03) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2D and 03. RGB value is (88,45,3). Sum of RGB (Red+Green+Blue) = 88+45+3=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #582D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D03 is #A7D2FC. Grayscale: #353535. Windows color (decimal): -10998525 or 208216. OLE color: 208216.

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

Color convert

RGB88453-
CMYK00.490.970.65
HSL29.65º93.41%17.84%-
HSV(B)29.65º96.59%34.51%-
XYZ4.983.960.59-
YUV53.0799.75152.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=64.71%
G=33.09%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845300.490.970.6529.6593.4117.84
Hex582D303161411e5d12
Octal1305530611411013613522
Binary10110001011011101100011100001100000111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582d03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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