#522E0B

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

Shades of Baker's Chocolate #522E0B

Tints of Baker's Chocolate #522E0B

Color information

#522E0B (or 0x522E0B) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2E and 0B. RGB value is (82,46,11). Sum of RGB (Red+Green+Blue) = 82+46+11=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522E0B is #ADD1F4. Grayscale: #343434. Windows color (decimal): -11391477 or 732754. OLE color: 732754.

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

Color convert

RGB824611-
CMYK00.440.870.68
HSL29.58º76.34%18.24%-
HSV(B)29.58º86.59%32.16%-
XYZ4.523.770.81-
YUV52.77104.43148.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=58.99%
G=33.09%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82461100.440.870.6829.5876.3418.24
Hex522EB02C57441e4c12
Octal12256130541271043611422
Binary1010010101110101101011001010111100010011110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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