#533216

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

Shades of Brown Bramble #533216

Tints of Brown Bramble #533216

Color information

#533216 (or 0x533216) is unknown color: approx Brown Bramble. HEX triplet: 53, 32 and 16. RGB value is (83,50,22). Sum of RGB (Red+Green+Blue) = 83+50+22=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533216 is #ACCDE9. Grayscale: #383838. Windows color (decimal): -11324906 or 1454675. OLE color: 1454675.

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

Color convert

RGB835022-
CMYK00.400.730.67
HSL27.54º58.1%20.59%-
HSV(B)27.54º73.49%32.55%-
XYZ4.854.181.31-
YUV56.68108.43146.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=53.55%
G=32.26%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83502200.400.730.6727.5458.120.59
Hex53321602849431c3a15
Octal1236226050111103347225
Binary1010011110010101100101000100100110000111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533216; }

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

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

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

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

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

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

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

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