#502E16

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

Shades of Brown Bramble #502E16

Tints of Brown Bramble #502E16

Color information

#502E16 (or 0x502E16) is unknown color: approx Brown Bramble. HEX triplet: 50, 2E and 16. RGB value is (80,46,22). Sum of RGB (Red+Green+Blue) = 80+46+22=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #502E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E16 is #AFD1E9. Grayscale: #353535. Windows color (decimal): -11522538 or 1453648. OLE color: 1453648.

HSL color Cylindrical-coordinate representation of color #502E16: hue angle of 24.83º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502E16 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB804622-
CMYK00.420.720.69
HSL24.83º56.86%20%-
HSV(B)24.83º72.5%31.37%-
XYZ4.433.721.24-
YUV53.43110.26146.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=54.05%
G=31.08%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80462200.420.720.6924.8356.8620
Hex502E1602A4845193914
Octal1205626052110105317124
Binary1010000101110101100101010100100010001011100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E16; }

 p { color: rgb(80,46,22); }

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

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

 a { background-color: rgb(80,46,22); }

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

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

 span { border-color: rgb(80,46,22); }

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