#533516

Color #533516 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #533516

Tints of Brown Bramble #533516

Color information

#533516 (or 0x533516) is unknown color: approx Brown Bramble. HEX triplet: 53, 35 and 16. RGB value is (83,53,22). Sum of RGB (Red+Green+Blue) = 83+53+22=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533516 is #ACCAE9. Grayscale: #3A3A3A. Windows color (decimal): -11324138 or 1455443. OLE color: 1455443.

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

Color convert

RGB835322-
CMYK00.360.730.67
HSL30.49º58.1%20.59%-
HSV(B)30.49º73.49%32.55%-
XYZ4.994.441.35-
YUV58.44107.44145.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=52.53%
G=33.54%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83532200.360.730.6730.4958.120.59
Hex53351602449431e3a15
Octal1236526044111103367225
Binary1010011110101101100100100100100110000111111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533516; }

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

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

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

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

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

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

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

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