#513520

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

Shades of Brown Bramble #513520

Tints of Brown Bramble #513520

Color information

#513520 (or 0x513520) is unknown color: approx Brown Bramble. HEX triplet: 51, 35 and 20. RGB value is (81,53,32). Sum of RGB (Red+Green+Blue) = 81+53+32=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513520 is #AECADF. Grayscale: #3B3B3B. Windows color (decimal): -11455200 or 2110801. OLE color: 2110801.

HSL color Cylindrical-coordinate representation of color #513520: hue angle of 25.71º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513520 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB815332-
CMYK00.350.600.68
HSL25.71º43.36%22.16%-
HSV(B)25.71º60.49%31.76%-
XYZ4.934.41.96-
YUV58.98112.78143.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=48.80%
G=31.93%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81533200.350.600.6825.7143.3622.16
Hex5135200233C441a2b16
Octal121654004374104325326
Binary1010001110101100000010001111110010001001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513520; }

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

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

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

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

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

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

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

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