#311507

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

Shades of Brown Pod #311507

Tints of Brown Pod #311507

Color information

#311507 (or 0x311507) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 07. RGB value is (49,21,7). Sum of RGB (Red+Green+Blue) = 49+21+7=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311507 is #CEEAF8. Grayscale: #1B1B1B. Windows color (decimal): -13560569 or 464177. OLE color: 464177.

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

Color convert

RGB49217-
CMYK00.570.860.81
HSL20º75%10.98%-
HSV(B)20º85.71%19.22%-
XYZ1.571.20.35-
YUV27.78116.28143.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 7 (3.12% from 255) = 9.09%
R=63.64%
G=27.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921700.570.860.81207510.98
Hex311570395651144bb
Octal612570711261212411313
Binary110001101011110111001101011010100011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311507; }

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

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

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

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

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

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

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

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