#311A0D

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

Shades of Brown Pod #311A0D

Tints of Brown Pod #311A0D

Color information

#311A0D (or 0x311A0D) is unknown color: approx Brown Pod. HEX triplet: 31, 1A and 0D. RGB value is (49,26,13). Sum of RGB (Red+Green+Blue) = 49+26+13=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A0D is #CEE5F2. Grayscale: #1F1F1F. Windows color (decimal): -13559283 or 858673. OLE color: 858673.

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

Color convert

RGB492613-
CMYK00.470.730.81
HSL21.67º58.06%12.16%-
HSV(B)21.67º73.47%19.22%-
XYZ1.711.420.56-
YUV31.39117.62140.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=55.68%
G=29.55%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49261300.470.730.8121.6758.0612.16
Hex311AD02F4951163ac
Octal613215057111121267214
Binary110001110101101010111110010011010001101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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