#503413

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

Shades of Brown Bramble #503413

Tints of Brown Bramble #503413

Color information

#503413 (or 0x503413) is unknown color: approx Brown Bramble. HEX triplet: 50, 34 and 13. RGB value is (80,52,19). Sum of RGB (Red+Green+Blue) = 80+52+19=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503413 is #AFCBEC. Grayscale: #383838. Windows color (decimal): -11521005 or 1258576. OLE color: 1258576.

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

Color convert

RGB805219-
CMYK00.350.760.69
HSL32.46º61.62%19.41%-
HSV(B)32.46º76.25%31.37%-
XYZ4.654.211.18-
YUV56.61106.78144.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=52.98%
G=34.44%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80521900.350.760.6932.4661.6219.41
Hex5034130234C45203e13
Octal1206423043114105407623
Binary10100001101001001101000111001100100010110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503413; }

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

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

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

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

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

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

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

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