#311A0B

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

Shades of Brown Pod #311A0B

Tints of Brown Pod #311A0B

Color information

#311A0B (or 0x311A0B) is unknown color: approx Brown Pod. HEX triplet: 31, 1A and 0B. RGB value is (49,26,11). Sum of RGB (Red+Green+Blue) = 49+26+11=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A0B is #CEE5F4. Grayscale: #1F1F1F. Windows color (decimal): -13559285 or 727601. OLE color: 727601.

HSL color Cylindrical-coordinate representation of color #311A0B: hue angle of 23.68º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311A0B is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB492611-
CMYK00.470.780.81
HSL23.68º63.33%11.76%-
HSV(B)23.68º77.55%19.22%-
XYZ1.71.420.5-
YUV31.17116.62140.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=56.98%
G=30.23%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49261100.470.780.8123.6863.3311.76
Hex311AB02F4E51183fc
Octal613213057116121307714
Binary110001110101011010111110011101010001110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A0B; }

 p { color: rgb(49,26,11); }

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

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

 a { background-color: rgb(49,26,11); }

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

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

 span { border-color: rgb(49,26,11); }

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