#511A07

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

Shades of Brown Pod #511A07

Tints of Brown Pod #511A07

Color information

#511A07 (or 0x511A07) is unknown color: approx Brown Pod. HEX triplet: 51, 1A and 07. RGB value is (81,26,7). Sum of RGB (Red+Green+Blue) = 81+26+7=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #511A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A07 is #AEE5F8. Grayscale: #282828. Windows color (decimal): -11462137 or 465489. OLE color: 465489.

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

Color convert

RGB81267-
CMYK00.680.910.68
HSL15.41º84.09%17.25%-
HSV(B)15.41º91.36%31.76%-
XYZ3.82.50.48-
YUV40.28109.22157.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.05%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=71.05%
G=22.81%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126700.680.910.6815.4184.0917.25
Hex511A70445B44f5411
Octal12132701041331041712421
Binary10100011101011101000100101101110001001111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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