#513014

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

Shades of Brown Bramble #513014

Tints of Brown Bramble #513014

Color information

#513014 (or 0x513014) is unknown color: approx Brown Bramble. HEX triplet: 51, 30 and 14. RGB value is (81,48,20). Sum of RGB (Red+Green+Blue) = 81+48+20=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #513014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513014 is #AECFEB. Grayscale: #363636. Windows color (decimal): -11456492 or 1323089. OLE color: 1323089.

HSL color Cylindrical-coordinate representation of color #513014: hue angle of 27.54º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513014 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB814820-
CMYK00.410.750.68
HSL27.54º60.4%19.8%-
HSV(B)27.54º75.31%31.76%-
XYZ4.583.911.18-
YUV54.68108.43146.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=54.36%
G=32.21%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81482000.410.750.6827.5460.419.8
Hex5130140294B441c3c14
Octal1216024051113104347424
Binary1010001110000101000101001100101110001001110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513014; }

 p { color: rgb(81,48,20); }

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

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

 a { background-color: rgb(81,48,20); }

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

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

 span { border-color: rgb(81,48,20); }

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