#503318

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

Shades of Brown Bramble #503318

Tints of Brown Bramble #503318

Color information

#503318 (or 0x503318) is unknown color: approx Brown Bramble. HEX triplet: 50, 33 and 18. RGB value is (80,51,24). Sum of RGB (Red+Green+Blue) = 80+51+24=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503318 is #AFCCE7. Grayscale: #383838. Windows color (decimal): -11521256 or 1586000. OLE color: 1586000.

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

Color convert

RGB805124-
CMYK00.360.700.69
HSL28.93º53.85%20.39%-
HSV(B)28.93º70%31.37%-
XYZ4.664.141.42-
YUV56.59109.61144.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=51.61%
G=32.90%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80512400.360.700.6928.9353.8520.39
Hex50331802446451d3614
Octal1206330044106105356624
Binary1010000110011110000100100100011010001011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503318; }

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

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

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

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

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

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

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

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