#533811

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

Shades of Baker's Chocolate #533811

Tints of Baker's Chocolate #533811

Color information

#533811 (or 0x533811) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 11. RGB value is (83,56,17). Sum of RGB (Red+Green+Blue) = 83+56+17=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533811 is #ACC7EE. Grayscale: #3B3B3B. Windows color (decimal): -11323375 or 1128531. OLE color: 1128531.

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

Color convert

RGB835617-
CMYK00.330.800.67
HSL35.45º66%19.61%-
HSV(B)35.45º79.52%32.55%-
XYZ5.084.711.17-
YUV59.63103.95144.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=53.21%
G=35.90%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83561700.330.800.6735.456619.61
Hex5338110215043234214
Octal12370210411201034310224
Binary101001111100010001010000110100001000011100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533811; }

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

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

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

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

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

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

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

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