#311202

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

Shades of Brown Pod #311202

Tints of Brown Pod #311202

Color information

#311202 (or 0x311202) is unknown color: approx Brown Pod. HEX triplet: 31, 12 and 02. RGB value is (49,18,2). Sum of RGB (Red+Green+Blue) = 49+18+2=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #311202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311202 is #CEEDFD. Grayscale: #191919. Windows color (decimal): -13561342 or 135729. OLE color: 135729.

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

Color convert

RGB49182-
CMYK00.630.960.81
HSL20.43º92.16%10%-
HSV(B)20.43º95.92%19.22%-
XYZ1.491.090.19-
YUV25.44114.77144.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=71.01%
G=26.09%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4918200.630.960.8120.4392.1610
Hex3112203F6051145ca
Octal612220771401212413412
Binary11000110010100111111110000010100011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311202; }

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

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

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

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

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

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

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

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