#533812

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

Shades of Baker's Chocolate #533812

Tints of Baker's Chocolate #533812

Color information

#533812 (or 0x533812) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 12. RGB value is (83,56,18). Sum of RGB (Red+Green+Blue) = 83+56+18=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533812 is #ACC7ED. Grayscale: #3B3B3B. Windows color (decimal): -11323374 or 1194067. OLE color: 1194067.

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

Color convert

RGB835618-
CMYK00.330.780.67
HSL35.08º64.36%19.8%-
HSV(B)35.08º78.31%32.55%-
XYZ5.094.711.21-
YUV59.74104.45144.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=52.87%
G=35.67%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83561800.330.780.6735.0864.3619.8
Hex5338120214E43234014
Octal12370220411161034310024
Binary101001111100010010010000110011101000011100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533812; }

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

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

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

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

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

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

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

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