#311606

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

Shades of Brown Pod #311606

Tints of Brown Pod #311606

Color information

#311606 (or 0x311606) is unknown color: approx Brown Pod. HEX triplet: 31, 16 and 06. RGB value is (49,22,6). Sum of RGB (Red+Green+Blue) = 49+22+6=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311606 is #CEE9F9. Grayscale: #1C1C1C. Windows color (decimal): -13560314 or 398897. OLE color: 398897.

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

Color convert

RGB49226-
CMYK00.550.880.81
HSL22.33º78.18%10.78%-
HSV(B)22.33º87.76%19.22%-
XYZ1.591.240.33-
YUV28.25115.45142.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=63.64%
G=28.57%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922600.550.880.8122.3378.1810.78
Hex311660375851164eb
Octal612660671301212611613
Binary110001101101100110111101100010100011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311606; }

 p { color: rgb(49,22,6); }

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

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

 a { background-color: rgb(49,22,6); }

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

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

 span { border-color: rgb(49,22,6); }

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