#533916

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

Shades of Baker's Chocolate #533916

Tints of Baker's Chocolate #533916

Color information

#533916 (or 0x533916) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 39 and 16. RGB value is (83,57,22). Sum of RGB (Red+Green+Blue) = 83+57+22=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #533916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533916 is #ACC6E9. Grayscale: #3C3C3C. Windows color (decimal): -11323114 or 1456467. OLE color: 1456467.

HSL color Cylindrical-coordinate representation of color #533916: hue angle of 34.43º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533916 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB835722-
CMYK00.310.730.67
HSL34.43º58.1%20.59%-
HSV(B)34.43º73.49%32.55%-
XYZ5.184.821.42-
YUV60.78106.11143.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=51.23%
G=35.19%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83572200.310.730.6734.4358.120.59
Hex53391601F4943223a15
Octal1237126037111103427225
Binary1010011111001101100111111001001100001110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533916; }

 p { color: rgb(83,57,22); }

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

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

 a { background-color: rgb(83,57,22); }

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

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

 span { border-color: rgb(83,57,22); }

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