#503017

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

Shades of Brown Bramble #503017

Tints of Brown Bramble #503017

Color information

#503017 (or 0x503017) is unknown color: approx Brown Bramble. HEX triplet: 50, 30 and 17. RGB value is (80,48,23). Sum of RGB (Red+Green+Blue) = 80+48+23=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503017 is #AFCFE8. Grayscale: #363636. Windows color (decimal): -11522025 or 1519696. OLE color: 1519696.

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

Color convert

RGB804823-
CMYK00.400.710.69
HSL26.32º55.34%20.2%-
HSV(B)26.32º71.25%31.37%-
XYZ4.523.881.32-
YUV54.72110.1146.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=52.98%
G=31.79%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80482300.400.710.6926.3255.3420.2
Hex50301702847451a3714
Octal1206027050107105326724
Binary1010000110000101110101000100011110001011101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503017; }

 p { color: rgb(80,48,23); }

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

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

 a { background-color: rgb(80,48,23); }

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

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

 span { border-color: rgb(80,48,23); }

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