#513018

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

Shades of Brown Bramble #513018

Tints of Brown Bramble #513018

Color information

#513018 (or 0x513018) is unknown color: approx Brown Bramble. HEX triplet: 51, 30 and 18. RGB value is (81,48,24). Sum of RGB (Red+Green+Blue) = 81+48+24=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #513018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513018 is #AECFE7. Grayscale: #373737. Windows color (decimal): -11456488 or 1585233. OLE color: 1585233.

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

Color convert

RGB814824-
CMYK00.410.700.68
HSL25.26º54.29%20.59%-
HSV(B)25.26º70.37%31.76%-
XYZ4.623.931.38-
YUV55.13110.43146.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 24 (9.77% from 255) = 15.69%
R=52.94%
G=31.37%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81482400.410.700.6825.2654.2920.59
Hex5130180294644193615
Octal1216030051106104316625
Binary1010001110000110000101001100011010001001100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513018; }

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

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

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

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

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

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

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

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