#503317

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

Shades of Brown Bramble #503317

Tints of Brown Bramble #503317

Color information

#503317 (or 0x503317) is unknown color: approx Brown Bramble. HEX triplet: 50, 33 and 17. RGB value is (80,51,23). Sum of RGB (Red+Green+Blue) = 80+51+23=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503317 is #AFCCE8. Grayscale: #383838. Windows color (decimal): -11521257 or 1520464. OLE color: 1520464.

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

Color convert

RGB805123-
CMYK00.360.710.69
HSL29.47º55.34%20.2%-
HSV(B)29.47º71.25%31.37%-
XYZ4.654.131.36-
YUV56.48109.11144.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=51.95%
G=33.12%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80512300.360.710.6929.4755.3420.2
Hex50331702447451d3714
Octal1206327044107105356724
Binary1010000110011101110100100100011110001011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503317; }

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

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

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

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

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

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

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

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