#533016

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

Shades of Brown Bramble #533016

Tints of Brown Bramble #533016

Color information

#533016 (or 0x533016) is unknown color: approx Brown Bramble. HEX triplet: 53, 30 and 16. RGB value is (83,48,22). Sum of RGB (Red+Green+Blue) = 83+48+22=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533016 is #ACCFE9. Grayscale: #373737. Windows color (decimal): -11325418 or 1454163. OLE color: 1454163.

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

Color convert

RGB834822-
CMYK00.420.730.67
HSL25.57º58.1%20.59%-
HSV(B)25.57º73.49%32.55%-
XYZ4.774.011.28-
YUV55.5109.1147.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=54.25%
G=31.37%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83482200.420.730.6725.5758.120.59
Hex53301602A49431a3a15
Octal1236026052111103327225
Binary1010011110000101100101010100100110000111101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533016; }

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

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

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

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

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

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

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

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