#511A06

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

Shades of Brown Pod #511A06

Tints of Brown Pod #511A06

Color information

#511A06 (or 0x511A06) is unknown color: approx Brown Pod. HEX triplet: 51, 1A and 06. RGB value is (81,26,6). Sum of RGB (Red+Green+Blue) = 81+26+6=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #511A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A06 is #AEE5F9. Grayscale: #282828. Windows color (decimal): -11462138 or 399953. OLE color: 399953.

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

Color convert

RGB81266-
CMYK00.680.930.68
HSL16º86.21%17.06%-
HSV(B)16º92.59%31.76%-
XYZ3.82.50.46-
YUV40.16108.72157.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=71.68%
G=23.01%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126600.680.930.681686.2117.06
Hex511A60445D44105611
Octal12132601041351042012621
Binary101000111010110010001001011101100010010000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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