#503315

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

Shades of Brown Bramble #503315

Tints of Brown Bramble #503315

Color information

#503315 (or 0x503315) is unknown color: approx Brown Bramble. HEX triplet: 50, 33 and 15. RGB value is (80,51,21). Sum of RGB (Red+Green+Blue) = 80+51+21=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503315 is #AFCCEA. Grayscale: #383838. Windows color (decimal): -11521259 or 1389392. OLE color: 1389392.

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

Color convert

RGB805121-
CMYK00.360.740.69
HSL30.51º58.42%19.8%-
HSV(B)30.51º73.75%31.37%-
XYZ4.634.131.26-
YUV56.25108.11144.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=52.63%
G=33.55%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80512100.360.740.6930.5158.4219.8
Hex5033150244A451f3a14
Octal1206325044112105377224
Binary1010000110011101010100100100101010001011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503315; }

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

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

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

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

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

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

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

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