#503726

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

Shades of Brown Bramble #503726

Tints of Brown Bramble #503726

Color information

#503726 (or 0x503726) is unknown color: approx Brown Bramble. HEX triplet: 50, 37 and 26. RGB value is (80,55,38). Sum of RGB (Red+Green+Blue) = 80+55+38=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #503726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503726 is #AFC8D9. Grayscale: #3C3C3C. Windows color (decimal): -11520218 or 2504528. OLE color: 2504528.

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

Color convert

RGB805538-
CMYK00.310.520.69
HSL24.29º35.59%23.14%-
HSV(B)24.29º52.5%31.37%-
XYZ5.024.582.45-
YUV60.54115.28141.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=46.24%
G=31.79%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80553800.310.520.6924.2935.5923.14
Hex50372601F3445182417
Octal120674603764105304427
Binary101000011011110011001111111010010001011100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503726; }

 p { color: rgb(80,55,38); }

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

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

 a { background-color: rgb(80,55,38); }

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

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

 span { border-color: rgb(80,55,38); }

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