#311408

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

Shades of Brown Pod #311408

Tints of Brown Pod #311408

Color information

#311408 (or 0x311408) is unknown color: approx Brown Pod. HEX triplet: 31, 14 and 08. RGB value is (49,20,8). Sum of RGB (Red+Green+Blue) = 49+20+8=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311408 is #CEEBF7. Grayscale: #1B1B1B. Windows color (decimal): -13560824 or 529457. OLE color: 529457.

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

Color convert

RGB49208-
CMYK00.590.840.81
HSL17.56º71.93%11.18%-
HSV(B)17.56º83.67%19.22%-
XYZ1.561.170.37-
YUV27.3117.11143.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=63.64%
G=25.97%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4920800.590.840.8117.5671.9311.18
Hex3114803B54511248b
Octal6124100731241212211013
Binary1100011010010000111011101010010100011001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311408; }

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

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

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

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

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

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

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

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