#511B05

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

Shades of Brown Pod #511B05

Tints of Brown Pod #511B05

Color information

#511B05 (or 0x511B05) is unknown color: approx Brown Pod. HEX triplet: 51, 1B and 05. RGB value is (81,27,5). Sum of RGB (Red+Green+Blue) = 81+27+5=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #511B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B05 is #AEE4FA. Grayscale: #282828. Windows color (decimal): -11461883 or 334673. OLE color: 334673.

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

Color convert

RGB81275-
CMYK00.670.940.68
HSL17.37º88.37%16.86%-
HSV(B)17.37º93.83%31.76%-
XYZ3.812.540.43-
YUV40.64107.89156.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=71.68%
G=23.89%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127500.670.940.6817.3788.3716.86
Hex511B50435E44115811
Octal12133501031361042113021
Binary101000111011101010000111011110100010010001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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