#311505

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

Shades of Brown Pod #311505

Tints of Brown Pod #311505

Color information

#311505 (or 0x311505) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 05. RGB value is (49,21,5). Sum of RGB (Red+Green+Blue) = 49+21+5=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311505 is #CEEAFA. Grayscale: #1B1B1B. Windows color (decimal): -13560571 or 333105. OLE color: 333105.

HSL color Cylindrical-coordinate representation of color #311505: hue angle of 21.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311505 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49215-
CMYK00.570.900.81
HSL21.82º81.48%10.59%-
HSV(B)21.82º89.8%19.22%-
XYZ1.561.20.29-
YUV27.55115.28143.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=65.33%
G=28%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921500.570.900.8121.8281.4810.59
Hex311550395A511651b
Octal612550711321212612113
Binary110001101011010111001101101010100011011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311505; }

 p { color: rgb(49,21,5); }

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

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

 a { background-color: rgb(49,21,5); }

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

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

 span { border-color: rgb(49,21,5); }

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