#582204

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

Shades of Baker's Chocolate #582204

Tints of Baker's Chocolate #582204

Color information

#582204 (or 0x582204) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 22 and 04. RGB value is (88,34,4). Sum of RGB (Red+Green+Blue) = 88+34+4=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582204 is #A7DDFB. Grayscale: #2E2E2E. Windows color (decimal): -11001340 or 270936. OLE color: 270936.

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

Color convert

RGB88344-
CMYK00.610.950.65
HSL21.43º91.3%18.04%-
HSV(B)21.43º95.45%34.51%-
XYZ4.623.230.49-
YUV46.73103.89157.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=69.84%
G=26.98%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8834400.610.950.6521.4391.318.04
Hex5822403D5F41155b12
Octal1304240751371012513322
Binary101100010001010001111011011111100000110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582204; }

 p { color: rgb(88,34,4); }

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

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

 a { background-color: rgb(88,34,4); }

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

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

 span { border-color: rgb(88,34,4); }

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