#503113

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

Shades of Brown Bramble #503113

Tints of Brown Bramble #503113

Color information

#503113 (or 0x503113) is unknown color: approx Brown Bramble. HEX triplet: 50, 31 and 13. RGB value is (80,49,19). Sum of RGB (Red+Green+Blue) = 80+49+19=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #503113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503113 is #AFCEEC. Grayscale: #373737. Windows color (decimal): -11521773 or 1257808. OLE color: 1257808.

HSL color Cylindrical-coordinate representation of color #503113: hue angle of 29.51º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503113 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB804919-
CMYK00.390.760.69
HSL29.51º61.62%19.41%-
HSV(B)29.51º76.25%31.37%-
XYZ4.523.951.14-
YUV54.85107.77145.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=54.05%
G=33.11%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80491900.390.760.6929.5161.6219.41
Hex5031130274C451e3e13
Octal1206123047114105367623
Binary1010000110001100110100111100110010001011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503113; }

 p { color: rgb(80,49,19); }

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

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

 a { background-color: rgb(80,49,19); }

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

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

 span { border-color: rgb(80,49,19); }

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