#513320

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

Shades of Brown Bramble #513320

Tints of Brown Bramble #513320

Color information

#513320 (or 0x513320) is unknown color: approx Brown Bramble. HEX triplet: 51, 33 and 20. RGB value is (81,51,32). Sum of RGB (Red+Green+Blue) = 81+51+32=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513320 is #AECCDF. Grayscale: #393939. Windows color (decimal): -11455712 or 2110289. OLE color: 2110289.

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

Color convert

RGB815132-
CMYK00.370.600.68
HSL23.27º43.36%22.16%-
HSV(B)23.27º60.49%31.76%-
XYZ4.844.221.93-
YUV57.8113.44144.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=49.39%
G=31.10%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81513200.370.600.6823.2743.3622.16
Hex5133200253C44172b16
Octal121634004574104275326
Binary1010001110011100000010010111110010001001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513320; }

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

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

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

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

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

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

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

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