#511805

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

Shades of Brown Pod #511805

Tints of Brown Pod #511805

Color information

#511805 (or 0x511805) is unknown color: approx Brown Pod. HEX triplet: 51, 18 and 05. RGB value is (81,24,5). Sum of RGB (Red+Green+Blue) = 81+24+5=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511805 is #AEE7FA. Grayscale: #272727. Windows color (decimal): -11462651 or 333905. OLE color: 333905.

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

Color convert

RGB81245-
CMYK00.700.940.68
HSL15º88.37%16.86%-
HSV(B)15º93.83%31.76%-
XYZ3.752.410.41-
YUV38.88108.88158.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=73.64%
G=21.82%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124500.700.940.681588.3716.86
Hex511850465E44f5811
Octal12130501061361041713021
Binary10100011100010101000110101111010001001111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511805; }

 p { color: rgb(81,24,5); }

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

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

 a { background-color: rgb(81,24,5); }

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

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

 span { border-color: rgb(81,24,5); }

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