#311910

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

Shades of Brown Pod #311910

Tints of Brown Pod #311910

Color information

#311910 (or 0x311910) is unknown color: approx Brown Pod. HEX triplet: 31, 19 and 10. RGB value is (49,25,16). Sum of RGB (Red+Green+Blue) = 49+25+16=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311910 is #CEE6EF. Grayscale: #1F1F1F. Windows color (decimal): -13559536 or 1055025. OLE color: 1055025.

HSL color Cylindrical-coordinate representation of color #311910: hue angle of 16.36º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311910 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB492516-
CMYK00.490.670.81
HSL16.36º50.77%12.75%-
HSV(B)16.36º67.35%19.22%-
XYZ1.711.390.67-
YUV31.15119.45140.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=54.44%
G=27.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49251600.490.670.8116.3650.7712.75
Hex31191003143511033d
Octal613120061103121206315
Binary1100011100110000011000110000111010001100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311910; }

 p { color: rgb(49,25,16); }

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

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

 a { background-color: rgb(49,25,16); }

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

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

 span { border-color: rgb(49,25,16); }

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