#511A05

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

Shades of Brown Pod #511A05

Tints of Brown Pod #511A05

Color information

#511A05 (or 0x511A05) is unknown color: approx Brown Pod. HEX triplet: 51, 1A and 05. RGB value is (81,26,5). Sum of RGB (Red+Green+Blue) = 81+26+5=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #511A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A05 is #AEE5FA. Grayscale: #282828. Windows color (decimal): -11462139 or 334417. OLE color: 334417.

HSL color Cylindrical-coordinate representation of color #511A05: hue angle of 16.58º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #511A05 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81265-
CMYK00.680.940.68
HSL16.58º88.37%16.86%-
HSV(B)16.58º93.83%31.76%-
XYZ3.792.50.43-
YUV40.05108.22157.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=72.32%
G=23.21%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126500.680.940.6816.5888.3716.86
Hex511A50445E44115811
Octal12132501041361042113021
Binary101000111010101010001001011110100010010001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A05; }

 p { color: rgb(81,26,5); }

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

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

 a { background-color: rgb(81,26,5); }

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

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

 span { border-color: rgb(81,26,5); }

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