#511604

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

Shades of Brown Pod #511604

Tints of Brown Pod #511604

Color information

#511604 (or 0x511604) is unknown color: approx Brown Pod. HEX triplet: 51, 16 and 04. RGB value is (81,22,4). Sum of RGB (Red+Green+Blue) = 81+22+4=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511604 is #AEE9FB. Grayscale: #252525. Windows color (decimal): -11463164 or 267857. OLE color: 267857.

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

Color convert

RGB81224-
CMYK00.730.950.68
HSL14.03º90.59%16.67%-
HSV(B)14.03º95.06%31.76%-
XYZ3.72.330.37-
YUV37.59109.05158.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75.70%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=75.70%
G=20.56%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122400.730.950.6814.0390.5916.67
Hex511640495F44e5b11
Octal12126401111371041613321
Binary10100011011010001001001101111110001001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511604; }

 p { color: rgb(81,22,4); }

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

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

 a { background-color: rgb(81,22,4); }

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

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

 span { border-color: rgb(81,22,4); }

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