#513219

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

Shades of Brown Bramble #513219

Tints of Brown Bramble #513219

Color information

#513219 (or 0x513219) is unknown color: approx Brown Bramble. HEX triplet: 51, 32 and 19. RGB value is (81,50,25). Sum of RGB (Red+Green+Blue) = 81+50+25=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513219 is #AECDE6. Grayscale: #383838. Windows color (decimal): -11455975 or 1651281. OLE color: 1651281.

HSL color Cylindrical-coordinate representation of color #513219: hue angle of 26.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513219 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB815025-
CMYK00.380.690.68
HSL26.79º52.83%20.78%-
HSV(B)26.79º69.14%31.76%-
XYZ4.714.11.46-
YUV56.42110.27145.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=51.92%
G=32.05%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81502500.380.690.6826.7952.8320.78
Hex51321902645441b3515
Octal1216231046105104336525
Binary1010001110010110010100110100010110001001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513219; }

 p { color: rgb(81,50,25); }

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

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

 a { background-color: rgb(81,50,25); }

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

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

 span { border-color: rgb(81,50,25); }

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