#522F09

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

Shades of Baker's Chocolate #522F09

Tints of Baker's Chocolate #522F09

Color information

#522F09 (or 0x522F09) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2F and 09. RGB value is (82,47,9). Sum of RGB (Red+Green+Blue) = 82+47+9=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #522F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F09 is #ADD0F6. Grayscale: #353535. Windows color (decimal): -11391223 or 601938. OLE color: 601938.

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

Color convert

RGB82479-
CMYK00.430.890.68
HSL31.23º80.22%17.84%-
HSV(B)31.23º89.02%32.16%-
XYZ4.553.850.76-
YUV53.13103.1148.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=59.42%
G=34.06%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8247900.430.890.6831.2380.2217.84
Hex522F902B59441f5012
Octal12257110531311043712022
Binary1010010101111100101010111011001100010011111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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