#311402

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

Shades of Brown Pod #311402

Tints of Brown Pod #311402

Color information

#311402 (or 0x311402) is unknown color: approx Brown Pod. HEX triplet: 31, 14 and 02. RGB value is (49,20,2). Sum of RGB (Red+Green+Blue) = 49+20+2=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311402 is #CEEBFD. Grayscale: #1A1A1A. Windows color (decimal): -13560830 or 136241. OLE color: 136241.

HSL color Cylindrical-coordinate representation of color #311402: hue angle of 22.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #311402 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB49202-
CMYK00.590.960.81
HSL22.98º92.16%10%-
HSV(B)22.98º95.92%19.22%-
XYZ1.531.160.2-
YUV26.62114.11143.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=69.01%
G=28.17%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4920200.590.960.8122.9892.1610
Hex3114203B6051175ca
Octal612420731401212713412
Binary11000110100100111011110000010100011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311402; }

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

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

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

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

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

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

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

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