#513418

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

Shades of Brown Bramble #513418

Tints of Brown Bramble #513418

Color information

#513418 (or 0x513418) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 18. RGB value is (81,52,24). Sum of RGB (Red+Green+Blue) = 81+52+24=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #513418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513418 is #AECBE7. Grayscale: #393939. Windows color (decimal): -11455464 or 1586257. OLE color: 1586257.

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

Color convert

RGB815224-
CMYK00.360.700.68
HSL29.47º54.29%20.59%-
HSV(B)29.47º70.37%31.76%-
XYZ4.794.271.44-
YUV57.48109.11144.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=51.59%
G=33.12%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81522400.360.700.6829.4754.2920.59
Hex51341802446441d3615
Octal1216430044106104356625
Binary1010001110100110000100100100011010001001110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513418; }

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

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

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

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

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

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

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

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