#513118

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

Shades of Brown Bramble #513118

Tints of Brown Bramble #513118

Color information

#513118 (or 0x513118) is unknown color: approx Brown Bramble. HEX triplet: 51, 31 and 18. RGB value is (81,49,24). Sum of RGB (Red+Green+Blue) = 81+49+24=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513118 is #AECEE7. Grayscale: #373737. Windows color (decimal): -11456232 or 1585489. OLE color: 1585489.

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

Color convert

RGB814924-
CMYK00.400.700.68
HSL26.32º54.29%20.59%-
HSV(B)26.32º70.37%31.76%-
XYZ4.664.011.39-
YUV55.72110.1146.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=52.60%
G=31.82%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81492400.400.700.6826.3254.2920.59
Hex51311802846441a3615
Octal1216130050106104326625
Binary1010001110001110000101000100011010001001101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513118; }

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

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

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

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

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

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

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

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