#582205

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

Shades of Baker's Chocolate #582205

Tints of Baker's Chocolate #582205

Color information

#582205 (or 0x582205) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 22 and 05. RGB value is (88,34,5). Sum of RGB (Red+Green+Blue) = 88+34+5=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582205 is #A7DDFA. Grayscale: #2F2F2F. Windows color (decimal): -11001339 or 336472. OLE color: 336472.

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

Color convert

RGB88345-
CMYK00.610.940.65
HSL20.96º89.25%18.24%-
HSV(B)20.96º94.32%34.51%-
XYZ4.623.230.52-
YUV46.84104.39157.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=69.29%
G=26.77%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8834500.610.940.6520.9689.2518.24
Hex5822503D5E41155912
Octal1304250751361012513122
Binary101100010001010101111011011110100000110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582205; }

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

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

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

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

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

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

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

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