#513319

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

Shades of Brown Bramble #513319

Tints of Brown Bramble #513319

Color information

#513319 (or 0x513319) is unknown color: approx Brown Bramble. HEX triplet: 51, 33 and 19. RGB value is (81,51,25). Sum of RGB (Red+Green+Blue) = 81+51+25=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #513319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513319 is #AECCE6. Grayscale: #393939. Windows color (decimal): -11455719 or 1651537. OLE color: 1651537.

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

Color convert

RGB815125-
CMYK00.370.690.68
HSL27.86º52.83%20.78%-
HSV(B)27.86º69.14%31.76%-
XYZ4.754.191.48-
YUV57.01109.94145.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=51.59%
G=32.48%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81512500.370.690.6827.8652.8320.78
Hex51331902545441c3515
Octal1216331045105104346525
Binary1010001110011110010100101100010110001001110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513319; }

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

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

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

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

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

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

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

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