#513614

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

Shades of Brown Bramble #513614

Tints of Brown Bramble #513614

Color information

#513614 (or 0x513614) is unknown color: approx Brown Bramble. HEX triplet: 51, 36 and 14. RGB value is (81,54,20). Sum of RGB (Red+Green+Blue) = 81+54+20=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513614 is #AEC9EB. Grayscale: #3A3A3A. Windows color (decimal): -11454956 or 1324625. OLE color: 1324625.

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

Color convert

RGB815420-
CMYK00.330.750.68
HSL33.44º60.4%19.8%-
HSV(B)33.44º75.31%31.76%-
XYZ4.844.441.26-
YUV58.2106.45144.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=52.26%
G=34.84%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81542000.330.750.6833.4460.419.8
Hex5136140214B44213c14
Octal1216624041113104417424
Binary10100011101101010001000011001011100010010000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513614; }

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

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

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

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

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

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

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

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