#533209

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

Shades of Baker's Chocolate #533209

Tints of Baker's Chocolate #533209

Color information

#533209 (or 0x533209) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 32 and 09. RGB value is (83,50,9). Sum of RGB (Red+Green+Blue) = 83+50+9=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533209 is #ACCDF6. Grayscale: #373737. Windows color (decimal): -11324919 or 602707. OLE color: 602707.

HSL color Cylindrical-coordinate representation of color #533209: hue angle of 33.24º 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 #533209 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83509-
CMYK00.400.890.67
HSL33.24º80.43%18.04%-
HSV(B)33.24º89.16%32.55%-
XYZ4.764.140.81-
YUV55.19101.93147.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=58.45%
G=35.21%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8350900.400.890.6733.2480.4318.04
Hex533290285943215012
Octal12362110501311034112022
Binary10100111100101001010100010110011000011100001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533209; }

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

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

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

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

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

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

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

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