#532209

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

Shades of Baker's Chocolate #532209

Tints of Baker's Chocolate #532209

Color information

#532209 (or 0x532209) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 22 and 09. RGB value is (83,34,9). Sum of RGB (Red+Green+Blue) = 83+34+9=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532209 is #ACDDF6. Grayscale: #2D2D2D. Windows color (decimal): -11329015 or 598611. OLE color: 598611.

HSL color Cylindrical-coordinate representation of color #532209: hue angle of 20.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #532209 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83349-
CMYK00.590.890.67
HSL20.27º80.43%18.04%-
HSV(B)20.27º89.16%32.55%-
XYZ4.1930.62-
YUV45.8107.23154.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=65.87%
G=26.98%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334900.590.890.6720.2780.4318.04
Hex5322903B5943145012
Octal12342110731311032412022
Binary1010011100010100101110111011001100001110100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532209; }

 p { color: rgb(83,34,9); }

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

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

 a { background-color: rgb(83,34,9); }

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

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

 span { border-color: rgb(83,34,9); }

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