#511E0B

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

Shades of Brown Pod #511E0B

Tints of Brown Pod #511E0B

Color information

#511E0B (or 0x511E0B) is unknown color: approx Brown Pod. HEX triplet: 51, 1E and 0B. RGB value is (81,30,11). Sum of RGB (Red+Green+Blue) = 81+30+11=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E0B is #AEE1F4. Grayscale: #2B2B2B. Windows color (decimal): -11461109 or 728657. OLE color: 728657.

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

Color convert

RGB813011-
CMYK00.630.860.68
HSL16.29º76.09%18.04%-
HSV(B)16.29º86.42%31.76%-
XYZ3.922.70.63-
YUV43.08109.9155.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=66.39%
G=24.59%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81301100.630.860.6816.2976.0918.04
Hex511EB03F5644104c12
Octal12136130771261042011422
Binary101000111110101101111111010110100010010000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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