#511400

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

Shades of Brown Pod #511400

Tints of Brown Pod #511400

Color information

#511400 (or 0x511400) is unknown color: approx Brown Pod. HEX triplet: 51, 14 and 00. RGB value is (81,20,0). Sum of RGB (Red+Green+Blue) = 81+20+0=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #511400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511400 is #AEEBFF. Grayscale: #242424. Windows color (decimal): -11463680 or 5201. OLE color: 5201.

HSL color Cylindrical-coordinate representation of color #511400: hue angle of 14.81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #511400 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB81200-
CMYK00.7510.68
HSL14.81º100%15.88%-
HSV(B)14.81º100%31.76%-
XYZ3.642.250.24-
YUV35.96107.71160.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.20%
G=19.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8120000.7510.6814.8110015.88
Hex5114004B6444f6410
Octal12124001131441041714420
Binary101000110100001001011110010010001001111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511400; }

 p { color: rgb(81,20,0); }

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

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

 a { background-color: rgb(81,20,0); }

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

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

 span { border-color: rgb(81,20,0); }

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