#513316

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

Shades of Brown Bramble #513316

Tints of Brown Bramble #513316

Color information

#513316 (or 0x513316) is unknown color: approx Brown Bramble. HEX triplet: 51, 33 and 16. RGB value is (81,51,22). Sum of RGB (Red+Green+Blue) = 81+51+22=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513316 is #AECCE9. Grayscale: #383838. Windows color (decimal): -11455722 or 1454929. OLE color: 1454929.

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

Color convert

RGB815122-
CMYK00.370.730.68
HSL29.49º57.28%20.2%-
HSV(B)29.49º72.84%31.76%-
XYZ4.724.171.32-
YUV56.66108.44145.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=52.60%
G=33.12%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81512200.370.730.6829.4957.2820.2
Hex51331602549441d3914
Octal1216326045111104357124
Binary1010001110011101100100101100100110001001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513316; }

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

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

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

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

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

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

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

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