#513518

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

Shades of Brown Bramble #513518

Tints of Brown Bramble #513518

Color information

#513518 (or 0x513518) is unknown color: approx Brown Bramble. HEX triplet: 51, 35 and 18. RGB value is (81,53,24). Sum of RGB (Red+Green+Blue) = 81+53+24=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #513518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513518 is #AECAE7. Grayscale: #3A3A3A. Windows color (decimal): -11455208 or 1586513. OLE color: 1586513.

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

Color convert

RGB815324-
CMYK00.350.700.68
HSL30.53º54.29%20.59%-
HSV(B)30.53º70.37%31.76%-
XYZ4.834.361.45-
YUV58.07108.78144.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=51.27%
G=33.54%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81532400.350.700.6830.5354.2920.59
Hex51351802346441f3615
Octal1216530043106104376625
Binary1010001110101110000100011100011010001001111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513518; }

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

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

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

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

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

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

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

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