#513314

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

Shades of Brown Bramble #513314

Tints of Brown Bramble #513314

Color information

#513314 (or 0x513314) is unknown color: approx Brown Bramble. HEX triplet: 51, 33 and 14. RGB value is (81,51,20). Sum of RGB (Red+Green+Blue) = 81+51+20=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #513314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513314 is #AECCEB. Grayscale: #383838. Windows color (decimal): -11455724 or 1323857. OLE color: 1323857.

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

Color convert

RGB815120-
CMYK00.370.750.68
HSL30.49º60.4%19.8%-
HSV(B)30.49º75.31%31.76%-
XYZ4.74.171.22-
YUV56.44107.44145.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=53.29%
G=33.55%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81512000.370.750.6830.4960.419.8
Hex5133140254B441e3c14
Octal1216324045113104367424
Binary1010001110011101000100101100101110001001111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513314; }

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

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

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

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

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

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

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

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