#513519

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

Shades of Brown Bramble #513519

Tints of Brown Bramble #513519

Color information

#513519 (or 0x513519) is unknown color: approx Brown Bramble. HEX triplet: 51, 35 and 19. RGB value is (81,53,25). Sum of RGB (Red+Green+Blue) = 81+53+25=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #513519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513519 is #AECAE6. Grayscale: #3A3A3A. Windows color (decimal): -11455207 or 1652049. OLE color: 1652049.

HSL color Cylindrical-coordinate representation of color #513519: hue angle of 30º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513519 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB815325-
CMYK00.350.690.68
HSL30º52.83%20.78%-
HSV(B)30º69.14%31.76%-
XYZ4.844.371.51-
YUV58.18109.28144.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=50.94%
G=33.33%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81532500.350.690.683052.8320.78
Hex51351902345441e3515
Octal1216531043105104366525
Binary1010001110101110010100011100010110001001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513519; }

 p { color: rgb(81,53,25); }

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

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

 a { background-color: rgb(81,53,25); }

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

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

 span { border-color: rgb(81,53,25); }

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