#502F19

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

Shades of Brown Bramble #502F19

Tints of Brown Bramble #502F19

Color information

#502F19 (or 0x502F19) is unknown color: approx Brown Bramble. HEX triplet: 50, 2F and 19. RGB value is (80,47,25). Sum of RGB (Red+Green+Blue) = 80+47+25=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F19 is #AFD0E6. Grayscale: #363636. Windows color (decimal): -11522279 or 1650512. OLE color: 1650512.

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

Color convert

RGB804725-
CMYK00.410.690.69
HSL24º52.38%20.59%-
HSV(B)24º68.75%31.37%-
XYZ4.53.811.42-
YUV54.36111.43146.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=52.63%
G=30.92%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80472500.410.690.692452.3820.59
Hex502F190294545183415
Octal1205731051105105306425
Binary1010000101111110010101001100010110001011100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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