#31201C

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

Shades of Brown Pod #31201C

Tints of Brown Pod #31201C

Color information

#31201C (or 0x31201C) is unknown color: approx Brown Pod. HEX triplet: 31, 20 and 1C. RGB value is (49,32,28). Sum of RGB (Red+Green+Blue) = 49+32+28=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #31201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31201C is #CEDFE3. Grayscale: #242424. Windows color (decimal): -13557732 or 1843249. OLE color: 1843249.

HSL color Cylindrical-coordinate representation of color #31201C: hue angle of 11.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31201C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB493228-
CMYK00.350.430.81
HSL11.43º27.27%15.1%-
HSV(B)11.43º42.86%19.22%-
XYZ1.991.771.34-
YUV36.63123.13136.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=44.95%
G=29.36%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322800.350.430.8111.4327.2715.1
Hex31201C0232B51b1bf
Octal61403404353121133317
Binary11000110000011100010001110101110100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31201C; }

 p { color: rgb(49,32,28); }

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

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

 a { background-color: rgb(49,32,28); }

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

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

 span { border-color: rgb(49,32,28); }

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