#522E09

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

Shades of Baker's Chocolate #522E09

Tints of Baker's Chocolate #522E09

Color information

#522E09 (or 0x522E09) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2E and 09. RGB value is (82,46,9). Sum of RGB (Red+Green+Blue) = 82+46+9=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #522E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522E09 is #ADD1F6. Grayscale: #343434. Windows color (decimal): -11391479 or 601682. OLE color: 601682.

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

Color convert

RGB82469-
CMYK00.440.890.68
HSL30.41º80.22%17.84%-
HSV(B)30.41º89.02%32.16%-
XYZ4.513.770.75-
YUV52.55103.43149.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=59.85%
G=33.58%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8246900.440.890.6830.4180.2217.84
Hex522E902C59441e5012
Octal12256110541311043612022
Binary1010010101110100101011001011001100010011110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,46,9); }

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

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

 a { background-color: rgb(82,46,9); }

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

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

 span { border-color: rgb(82,46,9); }

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