#533716

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

Shades of Baker's Chocolate #533716

Tints of Baker's Chocolate #533716

Color information

#533716 (or 0x533716) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 16. RGB value is (83,55,22). Sum of RGB (Red+Green+Blue) = 83+55+22=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533716 is #ACC8E9. Grayscale: #3B3B3B. Windows color (decimal): -11323626 or 1455955. OLE color: 1455955.

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

Color convert

RGB835522-
CMYK00.340.730.67
HSL32.46º58.1%20.59%-
HSV(B)32.46º73.49%32.55%-
XYZ5.084.631.38-
YUV59.61106.78144.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=51.88%
G=34.38%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83552200.340.730.6732.4658.120.59
Hex5337160224943203a15
Octal1236726042111103407225
Binary10100111101111011001000101001001100001110000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533716; }

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

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

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

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

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

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

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

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