#503316

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

Shades of Brown Bramble #503316

Tints of Brown Bramble #503316

Color information

#503316 (or 0x503316) is unknown color: approx Brown Bramble. HEX triplet: 50, 33 and 16. RGB value is (80,51,22). Sum of RGB (Red+Green+Blue) = 80+51+22=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503316 is #AFCCE9. Grayscale: #383838. Windows color (decimal): -11521258 or 1454928. OLE color: 1454928.

HSL color Cylindrical-coordinate representation of color #503316: hue angle of 30º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503316 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB805122-
CMYK00.360.720.69
HSL30º56.86%20%-
HSV(B)30º72.5%31.37%-
XYZ4.644.131.31-
YUV56.36108.61144.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=52.29%
G=33.33%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80512200.360.720.693056.8620
Hex50331602448451e3914
Octal1206326044110105367124
Binary1010000110011101100100100100100010001011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503316; }

 p { color: rgb(80,51,22); }

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

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

 a { background-color: rgb(80,51,22); }

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

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

 span { border-color: rgb(80,51,22); }

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