#533816

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

Shades of Baker's Chocolate #533816

Tints of Baker's Chocolate #533816

Color information

#533816 (or 0x533816) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 16. RGB value is (83,56,22). Sum of RGB (Red+Green+Blue) = 83+56+22=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #533816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533816 is #ACC7E9. Grayscale: #3C3C3C. Windows color (decimal): -11323370 or 1456211. OLE color: 1456211.

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

Color convert

RGB835622-
CMYK00.330.730.67
HSL33.44º58.1%20.59%-
HSV(B)33.44º73.49%32.55%-
XYZ5.134.731.4-
YUV60.2106.45144.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=51.55%
G=34.78%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83562200.330.730.6733.4458.120.59
Hex5338160214943213a15
Octal1237026041111103417225
Binary10100111110001011001000011001001100001110000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533816; }

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

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

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

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

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

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

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

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