#533306

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

Shades of Baker's Chocolate #533306

Tints of Baker's Chocolate #533306

Color information

#533306 (or 0x533306) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 06. RGB value is (83,51,6). Sum of RGB (Red+Green+Blue) = 83+51+6=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #533306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533306 is #ACCCF9. Grayscale: #373737. Windows color (decimal): -11324666 or 406355. OLE color: 406355.

HSL color Cylindrical-coordinate representation of color #533306: hue angle of 35.06º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #533306 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83516-
CMYK00.390.930.67
HSL35.06º86.52%17.45%-
HSV(B)35.06º92.77%32.55%-
XYZ4.784.220.73-
YUV55.44100.1147.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=59.29%
G=36.43%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351600.390.930.6735.0686.5217.45
Hex533360275D43235711
Octal1236360471351034312721
Binary1010011110011110010011110111011000011100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533306; }

 p { color: rgb(83,51,6); }

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

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

 a { background-color: rgb(83,51,6); }

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

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

 span { border-color: rgb(83,51,6); }

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