#522A05

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

Shades of Baker's Chocolate #522A05

Tints of Baker's Chocolate #522A05

Color information

#522A05 (or 0x522A05) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 05. RGB value is (82,42,5). Sum of RGB (Red+Green+Blue) = 82+42+5=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #522A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A05 is #ADD5FA. Grayscale: #313131. Windows color (decimal): -11392507 or 338514. OLE color: 338514.

HSL color Cylindrical-coordinate representation of color #522A05: hue angle of 28.83º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #522A05 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB82425-
CMYK00.490.940.68
HSL28.83º88.51%17.06%-
HSV(B)28.83º93.9%32.16%-
XYZ4.343.460.58-
YUV49.74102.75151.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=63.57%
G=32.56%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8242500.490.940.6828.8388.5117.06
Hex522A50315E441d5911
Octal1225250611361043513121
Binary101001010101010101100011011110100010011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A05; }

 p { color: rgb(82,42,5); }

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

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

 a { background-color: rgb(82,42,5); }

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

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

 span { border-color: rgb(82,42,5); }

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