#511905

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

Shades of Brown Pod #511905

Tints of Brown Pod #511905

Color information

#511905 (or 0x511905) is unknown color: approx Brown Pod. HEX triplet: 51, 19 and 05. RGB value is (81,25,5). Sum of RGB (Red+Green+Blue) = 81+25+5=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511905 is #AEE6FA. Grayscale: #272727. Windows color (decimal): -11462395 or 334161. OLE color: 334161.

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

Color convert

RGB81255-
CMYK00.690.940.68
HSL15.79º88.37%16.86%-
HSV(B)15.79º93.83%31.76%-
XYZ3.772.460.42-
YUV39.46108.55157.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=72.97%
G=22.52%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8125500.690.940.6815.7988.3716.86
Hex511950455E44105811
Octal12131501051361042013021
Binary101000111001101010001011011110100010010000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511905; }

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

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

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

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

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

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

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

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