#582002

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

Shades of Baker's Chocolate #582002

Tints of Baker's Chocolate #582002

Color information

#582002 (or 0x582002) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 02. RGB value is (88,32,2). Sum of RGB (Red+Green+Blue) = 88+32+2=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #582002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582002 is #A7DFFD. Grayscale: #2D2D2D. Windows color (decimal): -11001854 or 139352. OLE color: 139352.

HSL color Cylindrical-coordinate representation of color #582002: hue angle of 20.93º 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 #582002 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB88322-
CMYK00.640.980.65
HSL20.93º95.56%17.65%-
HSV(B)20.93º97.73%34.51%-
XYZ4.553.110.42-
YUV45.32103.55158.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=72.13%
G=26.23%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832200.640.980.6520.9395.5617.65
Hex582020406241156012
Octal13040201001421012514022
Binary101100010000010010000001100010100000110101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582002; }

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

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

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

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

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

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

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

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