#582402

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

Shades of Baker's Chocolate #582402

Tints of Baker's Chocolate #582402

Color information

#582402 (or 0x582402) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 24 and 02. RGB value is (88,36,2). Sum of RGB (Red+Green+Blue) = 88+36+2=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582402 is #A7DBFD. Grayscale: #2F2F2F. Windows color (decimal): -11000830 or 140376. OLE color: 140376.

HSL color Cylindrical-coordinate representation of color #582402: hue angle of 23.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #582402 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB88362-
CMYK00.590.980.65
HSL23.72º95.56%17.65%-
HSV(B)23.72º97.73%34.51%-
XYZ4.673.340.46-
YUV47.67102.23156.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=69.84%
G=28.57%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8836200.590.980.6523.7295.5617.65
Hex5824203B6241186012
Octal1304420731421013014022
Binary10110001001001001110111100010100000111000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582402; }

 p { color: rgb(88,36,2); }

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

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

 a { background-color: rgb(88,36,2); }

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

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

 span { border-color: rgb(88,36,2); }

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