#513514

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

Shades of Brown Bramble #513514

Tints of Brown Bramble #513514

Color information

#513514 (or 0x513514) is unknown color: approx Brown Bramble. HEX triplet: 51, 35 and 14. RGB value is (81,53,20). Sum of RGB (Red+Green+Blue) = 81+53+20=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513514 is #AECAEB. Grayscale: #393939. Windows color (decimal): -11455212 or 1324369. OLE color: 1324369.

HSL color Cylindrical-coordinate representation of color #513514: hue angle of 32.46º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513514 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB815320-
CMYK00.350.750.68
HSL32.46º60.4%19.8%-
HSV(B)32.46º75.31%31.76%-
XYZ4.794.351.25-
YUV57.61106.78144.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=52.60%
G=34.42%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81532000.350.750.6832.4660.419.8
Hex5135140234B44203c14
Octal1216524043113104407424
Binary10100011101011010001000111001011100010010000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513514; }

 p { color: rgb(81,53,20); }

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

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

 a { background-color: rgb(81,53,20); }

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

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

 span { border-color: rgb(81,53,20); }

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