#522B09

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

Shades of Baker's Chocolate #522B09

Tints of Baker's Chocolate #522B09

Color information

#522B09 (or 0x522B09) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2B and 09. RGB value is (82,43,9). Sum of RGB (Red+Green+Blue) = 82+43+9=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #522B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522B09 is #ADD4F6. Grayscale: #323232. Windows color (decimal): -11392247 or 600914. OLE color: 600914.

HSL color Cylindrical-coordinate representation of color #522B09: hue angle of 27.95º 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 #522B09 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB82439-
CMYK00.480.890.68
HSL27.95º80.22%17.84%-
HSV(B)27.95º89.02%32.16%-
XYZ4.393.540.71-
YUV50.78104.42150.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=61.19%
G=32.09%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8243900.480.890.6827.9580.2217.84
Hex522B903059441c5012
Octal12253110601311043412022
Binary1010010101011100101100001011001100010011100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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