#533511

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

Shades of Baker's Chocolate #533511

Tints of Baker's Chocolate #533511

Color information

#533511 (or 0x533511) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 11. RGB value is (83,53,17). Sum of RGB (Red+Green+Blue) = 83+53+17=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533511 is #ACCAEE. Grayscale: #3A3A3A. Windows color (decimal): -11324143 or 1127763. OLE color: 1127763.

HSL color Cylindrical-coordinate representation of color #533511: hue angle of 32.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533511 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB835317-
CMYK00.360.800.67
HSL32.73º66%19.61%-
HSV(B)32.73º79.52%32.55%-
XYZ4.944.431.12-
YUV57.87104.94145.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=54.25%
G=34.64%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83531700.360.800.6732.736619.61
Hex5335110245043214214
Octal12365210441201034110224
Binary101001111010110001010010010100001000011100001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533511; }

 p { color: rgb(83,53,17); }

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

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

 a { background-color: rgb(83,53,17); }

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

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

 span { border-color: rgb(83,53,17); }

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