#533513

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

Shades of Baker's Chocolate #533513

Tints of Baker's Chocolate #533513

Color information

#533513 (or 0x533513) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 13. RGB value is (83,53,19). Sum of RGB (Red+Green+Blue) = 83+53+19=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533513 is #ACCAEC. Grayscale: #3A3A3A. Windows color (decimal): -11324141 or 1258835. OLE color: 1258835.

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

Color convert

RGB835319-
CMYK00.360.770.67
HSL31.88º62.75%20%-
HSV(B)31.88º77.11%32.55%-
XYZ4.964.431.21-
YUV58.09105.94145.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=53.55%
G=34.19%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83531900.360.770.6731.8862.7520
Hex5335130244D43203f14
Octal1236523044115103407724
Binary10100111101011001101001001001101100001110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533513; }

 p { color: rgb(83,53,19); }

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

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

 a { background-color: rgb(83,53,19); }

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

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

 span { border-color: rgb(83,53,19); }

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