#513218

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

Shades of Brown Bramble #513218

Tints of Brown Bramble #513218

Color information

#513218 (or 0x513218) is unknown color: approx Brown Bramble. HEX triplet: 51, 32 and 18. RGB value is (81,50,24). Sum of RGB (Red+Green+Blue) = 81+50+24=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513218 is #AECDE7. Grayscale: #383838. Windows color (decimal): -11455976 or 1585745. OLE color: 1585745.

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

Color convert

RGB815024-
CMYK00.380.700.68
HSL27.37º54.29%20.59%-
HSV(B)27.37º70.37%31.76%-
XYZ4.74.11.41-
YUV56.3109.77145.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=52.26%
G=32.26%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81502400.380.700.6827.3754.2920.59
Hex51321802646441b3615
Octal1216230046106104336625
Binary1010001110010110000100110100011010001001101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513218; }

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

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

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

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

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

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

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

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