#311501

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

Shades of Brown Pod #311501

Tints of Brown Pod #311501

Color information

#311501 (or 0x311501) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 01. RGB value is (49,21,1). Sum of RGB (Red+Green+Blue) = 49+21+1=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311501 is #CEEAFE. Grayscale: #1B1B1B. Windows color (decimal): -13560575 or 70961. OLE color: 70961.

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

Color convert

RGB49211-
CMYK00.570.980.81
HSL25º96%9.8%-
HSV(B)25º97.96%19.22%-
XYZ1.541.190.18-
YUV27.09113.28143.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=69.01%
G=29.58%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921100.570.980.8125969.8
Hex3115103962511960a
Octal612510711421213114012
Binary1100011010110111001110001010100011100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311501; }

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

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

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

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

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

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

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

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