#311405

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

Shades of Brown Pod #311405

Tints of Brown Pod #311405

Color information

#311405 (or 0x311405) is unknown color: approx Brown Pod. HEX triplet: 31, 14 and 05. RGB value is (49,20,5). Sum of RGB (Red+Green+Blue) = 49+20+5=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311405 is #CEEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13560827 or 332849. OLE color: 332849.

HSL color Cylindrical-coordinate representation of color #311405: hue angle of 20.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311405 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49205-
CMYK00.590.900.81
HSL20.45º81.48%10.59%-
HSV(B)20.45º89.8%19.22%-
XYZ1.541.160.29-
YUV26.96115.61143.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=66.22%
G=27.03%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4920500.590.900.8120.4581.4810.59
Hex3114503B5A511451b
Octal612450731321212412113
Binary110001101001010111011101101010100011010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311405; }

 p { color: rgb(49,20,5); }

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

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

 a { background-color: rgb(49,20,5); }

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

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

 span { border-color: rgb(49,20,5); }

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