#502F15

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

Shades of Brown Bramble #502F15

Tints of Brown Bramble #502F15

Color information

#502F15 (or 0x502F15) is unknown color: approx Brown Bramble. HEX triplet: 50, 2F and 15. RGB value is (80,47,21). Sum of RGB (Red+Green+Blue) = 80+47+21=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #502F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F15 is #AFD0EA. Grayscale: #363636. Windows color (decimal): -11522283 or 1388368. OLE color: 1388368.

HSL color Cylindrical-coordinate representation of color #502F15: hue angle of 26.44º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502F15 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB804721-
CMYK00.410.740.69
HSL26.44º58.42%19.8%-
HSV(B)26.44º73.75%31.37%-
XYZ4.463.791.21-
YUV53.9109.43146.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=54.05%
G=31.76%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80472100.410.740.6926.4458.4219.8
Hex502F150294A451a3a14
Octal1205725051112105327224
Binary1010000101111101010101001100101010001011101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,47,21); }

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

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

 a { background-color: rgb(80,47,21); }

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

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

 span { border-color: rgb(80,47,21); }

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