#513419

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

Shades of Brown Bramble #513419

Tints of Brown Bramble #513419

Color information

#513419 (or 0x513419) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 19. RGB value is (81,52,25). Sum of RGB (Red+Green+Blue) = 81+52+25=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #513419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513419 is #AECBE6. Grayscale: #393939. Windows color (decimal): -11455463 or 1651793. OLE color: 1651793.

HSL color Cylindrical-coordinate representation of color #513419: hue angle of 28.93º 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 #513419 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB815225-
CMYK00.360.690.68
HSL28.93º52.83%20.78%-
HSV(B)28.93º69.14%31.76%-
XYZ4.84.281.49-
YUV57.59109.61144.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=51.27%
G=32.91%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81522500.360.690.6828.9352.8320.78
Hex51341902445441d3515
Octal1216431044105104356525
Binary1010001110100110010100100100010110001001110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513419; }

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

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

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

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

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

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

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

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