#311709

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

Shades of Brown Pod #311709

Tints of Brown Pod #311709

Color information

#311709 (or 0x311709) is unknown color: approx Brown Pod. HEX triplet: 31, 17 and 09. RGB value is (49,23,9). Sum of RGB (Red+Green+Blue) = 49+23+9=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311709 is #CEE8F6. Grayscale: #1D1D1D. Windows color (decimal): -13560055 or 595761. OLE color: 595761.

HSL color Cylindrical-coordinate representation of color #311709: hue angle of 21º 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 #311709 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49239-
CMYK00.530.820.81
HSL21º68.97%11.37%-
HSV(B)21º81.63%19.22%-
XYZ1.621.290.42-
YUV29.18116.61142.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=60.49%
G=28.40%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923900.530.820.812168.9711.37
Hex3117903552511545b
Octal6127110651221212510513
Binary1100011011110010110101101001010100011010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311709; }

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

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

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

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

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

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

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

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