#311608

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

Shades of Brown Pod #311608

Tints of Brown Pod #311608

Color information

#311608 (or 0x311608) is unknown color: approx Brown Pod. HEX triplet: 31, 16 and 08. RGB value is (49,22,8). Sum of RGB (Red+Green+Blue) = 49+22+8=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311608 is #CEE9F7. Grayscale: #1C1C1C. Windows color (decimal): -13560312 or 529969. OLE color: 529969.

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

Color convert

RGB49228-
CMYK00.550.840.81
HSL20.49º71.93%11.18%-
HSV(B)20.49º83.67%19.22%-
XYZ1.61.240.39-
YUV28.48116.45142.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=62.03%
G=27.85%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922800.550.840.8120.4971.9311.18
Hex3116803754511448b
Octal6126100671241212411013
Binary1100011011010000110111101010010100011010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311608; }

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

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

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

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

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

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

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

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