#582001

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

Shades of Baker's Chocolate #582001

Tints of Baker's Chocolate #582001

Color information

#582001 (or 0x582001) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 01. RGB value is (88,32,1). Sum of RGB (Red+Green+Blue) = 88+32+1=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #582001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582001 is #A7DFFE. Grayscale: #2D2D2D. Windows color (decimal): -11001855 or 73816. OLE color: 73816.

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

Color convert

RGB88321-
CMYK00.640.990.65
HSL21.38º97.75%17.45%-
HSV(B)21.38º98.86%34.51%-
XYZ4.553.110.39-
YUV45.21103.05158.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=72.73%
G=26.45%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832100.640.990.6521.3897.7517.45
Hex582010406341156211
Octal13040101001431012514221
Binary10110001000001010000001100011100000110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582001; }

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

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

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

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

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

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

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

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