#311A0F

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

Shades of Brown Pod #311A0F

Tints of Brown Pod #311A0F

Color information

#311A0F (or 0x311A0F) is unknown color: approx Brown Pod. HEX triplet: 31, 1A and 0F. RGB value is (49,26,15). Sum of RGB (Red+Green+Blue) = 49+26+15=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A0F is #CEE5F0. Grayscale: #1F1F1F. Windows color (decimal): -13559281 or 989745. OLE color: 989745.

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

Color convert

RGB492615-
CMYK00.470.690.81
HSL19.41º53.12%12.55%-
HSV(B)19.41º69.39%19.22%-
XYZ1.721.430.64-
YUV31.62118.62140.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=54.44%
G=28.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49261500.470.690.8119.4153.1212.55
Hex311AF02F45511335d
Octal613217057105121236515
Binary110001110101111010111110001011010001100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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