#311509

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

Shades of Brown Pod #311509

Tints of Brown Pod #311509

Color information

#311509 (or 0x311509) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 09. RGB value is (49,21,9). Sum of RGB (Red+Green+Blue) = 49+21+9=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311509 is #CEEAF6. Grayscale: #1C1C1C. Windows color (decimal): -13560567 or 595249. OLE color: 595249.

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

Color convert

RGB49219-
CMYK00.570.820.81
HSL18º68.97%11.37%-
HSV(B)18º81.63%19.22%-
XYZ1.581.210.41-
YUV28117.28142.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=62.03%
G=26.58%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921900.570.820.811868.9711.37
Hex3115903952511245b
Octal6125110711221212210513
Binary1100011010110010111001101001010100011001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311509; }

 p { color: rgb(49,21,9); }

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

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

 a { background-color: rgb(49,21,9); }

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

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

 span { border-color: rgb(49,21,9); }

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