#582003

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

Shades of Baker's Chocolate #582003

Tints of Baker's Chocolate #582003

Color information

#582003 (or 0x582003) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 03. RGB value is (88,32,3). Sum of RGB (Red+Green+Blue) = 88+32+3=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #582003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582003 is #A7DFFC. Grayscale: #2D2D2D. Windows color (decimal): -11001853 or 204888. OLE color: 204888.

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

Color convert

RGB88323-
CMYK00.640.970.65
HSL20.47º93.41%17.84%-
HSV(B)20.47º96.59%34.51%-
XYZ4.563.110.45-
YUV45.44104.05158.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=71.54%
G=26.02%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832300.640.970.6520.4793.4117.84
Hex582030406141145d12
Octal13040301001411012413522
Binary101100010000011010000001100001100000110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582003; }

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

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

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

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

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

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

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

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