#533116

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

Shades of Brown Bramble #533116

Tints of Brown Bramble #533116

Color information

#533116 (or 0x533116) is unknown color: approx Brown Bramble. HEX triplet: 53, 31 and 16. RGB value is (83,49,22). Sum of RGB (Red+Green+Blue) = 83+49+22=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533116 is #ACCEE9. Grayscale: #383838. Windows color (decimal): -11325162 or 1454419. OLE color: 1454419.

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

Color convert

RGB834922-
CMYK00.410.730.67
HSL26.56º58.1%20.59%-
HSV(B)26.56º73.49%32.55%-
XYZ4.814.091.3-
YUV56.09108.76147.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=53.90%
G=31.82%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492200.410.730.6726.5658.120.59
Hex53311602949431b3a15
Octal1236126051111103337225
Binary1010011110001101100101001100100110000111101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533116; }

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

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

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

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

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

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

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

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