#513416

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

Shades of Brown Bramble #513416

Tints of Brown Bramble #513416

Color information

#513416 (or 0x513416) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 16. RGB value is (81,52,22). Sum of RGB (Red+Green+Blue) = 81+52+22=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513416 is #AECBE9. Grayscale: #393939. Windows color (decimal): -11455466 or 1455185. OLE color: 1455185.

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

Color convert

RGB815222-
CMYK00.360.730.68
HSL30.51º57.28%20.2%-
HSV(B)30.51º72.84%31.76%-
XYZ4.774.261.33-
YUV57.25108.11144.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=52.26%
G=33.55%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81522200.360.730.6830.5157.2820.2
Hex51341602449441f3914
Octal1216426044111104377124
Binary1010001110100101100100100100100110001001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513416; }

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

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

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

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

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

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

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

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