#503414

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

Shades of Brown Bramble #503414

Tints of Brown Bramble #503414

Color information

#503414 (or 0x503414) is unknown color: approx Brown Bramble. HEX triplet: 50, 34 and 14. RGB value is (80,52,20). Sum of RGB (Red+Green+Blue) = 80+52+20=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503414 is #AFCBEB. Grayscale: #383838. Windows color (decimal): -11521004 or 1324112. OLE color: 1324112.

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

Color convert

RGB805220-
CMYK00.350.750.69
HSL32º60%19.61%-
HSV(B)32º75%31.37%-
XYZ4.664.211.23-
YUV56.72107.28144.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=52.63%
G=34.21%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80522000.350.750.69326019.61
Hex5034140234B45203c14
Octal1206424043113105407424
Binary10100001101001010001000111001011100010110000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503414; }

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

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

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

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

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

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

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

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