#512E16

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

Shades of Brown Bramble #512E16

Tints of Brown Bramble #512E16

Color information

#512E16 (or 0x512E16) is unknown color: approx Brown Bramble. HEX triplet: 51, 2E and 16. RGB value is (81,46,22). Sum of RGB (Red+Green+Blue) = 81+46+22=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #512E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E16 is #AED1E9. Grayscale: #353535. Windows color (decimal): -11457002 or 1453649. OLE color: 1453649.

HSL color Cylindrical-coordinate representation of color #512E16: hue angle of 24.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512E16 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB814622-
CMYK00.430.730.68
HSL24.41º57.28%20.2%-
HSV(B)24.41º72.84%31.76%-
XYZ4.523.761.25-
YUV53.73110.1147.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=54.36%
G=30.87%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81462200.430.730.6824.4157.2820.2
Hex512E1602B4944183914
Octal1215626053111104307124
Binary1010001101110101100101011100100110001001100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E16; }

 p { color: rgb(81,46,22); }

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

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

 a { background-color: rgb(81,46,22); }

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

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

 span { border-color: rgb(81,46,22); }

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