#533913

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

Shades of Baker's Chocolate #533913

Tints of Baker's Chocolate #533913

Color information

#533913 (or 0x533913) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 39 and 13. RGB value is (83,57,19). Sum of RGB (Red+Green+Blue) = 83+57+19=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533913 is #ACC6EC. Grayscale: #3C3C3C. Windows color (decimal): -11323117 or 1259859. OLE color: 1259859.

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

Color convert

RGB835719-
CMYK00.310.770.67
HSL35.62º62.75%20%-
HSV(B)35.62º77.11%32.55%-
XYZ5.154.811.27-
YUV60.44104.61144.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=52.20%
G=35.85%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83571900.310.770.6735.6262.7520
Hex53391301F4D43243f14
Octal1237123037115103447724
Binary1010011111001100110111111001101100001110010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533913; }

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

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

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

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

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

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

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

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