#503417

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

Shades of Brown Bramble #503417

Tints of Brown Bramble #503417

Color information

#503417 (or 0x503417) is unknown color: approx Brown Bramble. HEX triplet: 50, 34 and 17. RGB value is (80,52,23). Sum of RGB (Red+Green+Blue) = 80+52+23=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503417 is #AFCBE8. Grayscale: #393939. Windows color (decimal): -11521001 or 1520720. OLE color: 1520720.

HSL color Cylindrical-coordinate representation of color #503417: hue angle of 30.53º 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 #503417 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB805223-
CMYK00.350.710.69
HSL30.53º55.34%20.2%-
HSV(B)30.53º71.25%31.37%-
XYZ4.694.221.38-
YUV57.07108.78144.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=51.61%
G=33.55%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80522300.350.710.6930.5355.3420.2
Hex50341702347451f3714
Octal1206427043107105376724
Binary1010000110100101110100011100011110001011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503417; }

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

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

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

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

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

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

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

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