#511E09

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

Shades of Brown Pod #511E09

Tints of Brown Pod #511E09

Color information

#511E09 (or 0x511E09) is unknown color: approx Brown Pod. HEX triplet: 51, 1E and 09. RGB value is (81,30,9). Sum of RGB (Red+Green+Blue) = 81+30+9=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E09 is #AEE1F6. Grayscale: #2A2A2A. Windows color (decimal): -11461111 or 597585. OLE color: 597585.

HSL color Cylindrical-coordinate representation of color #511E09: hue angle of 17.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511E09 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81309-
CMYK00.630.890.68
HSL17.5º80%17.65%-
HSV(B)17.5º88.89%31.76%-
XYZ3.912.70.57-
YUV42.86108.9155.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=67.5%
G=25%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8130900.630.890.6817.58017.65
Hex511E903F5944125012
Octal12136110771311042212022
Binary101000111110100101111111011001100010010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,30,9); }

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

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

 a { background-color: rgb(81,30,9); }

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

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

 span { border-color: rgb(81,30,9); }

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