#391F1C

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

Shades of Brown Pod #391F1C

Tints of Brown Pod #391F1C

Color information

#391F1C (or 0x391F1C) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 1C. RGB value is (57,31,28). Sum of RGB (Red+Green+Blue) = 57+31+28=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F1C is #C6E0E3. Grayscale: #262626. Windows color (decimal): -13033700 or 1843001. OLE color: 1843001.

HSL color Cylindrical-coordinate representation of color #391F1C: hue angle of 6.21º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391F1C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB573128-
CMYK00.460.510.78
HSL6.21º34.12%16.67%-
HSV(B)6.21º50.88%22.35%-
XYZ2.391.931.35-
YUV38.43122.11141.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=49.14%
G=26.72%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57312800.460.510.786.2134.1216.67
Hex391F1C02E334E62211
Octal7137340566311664221
Binary11100111111111000101110110011100111011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391F1C; }

 p { color: rgb(57,31,28); }

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

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

 a { background-color: rgb(57,31,28); }

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

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

 span { border-color: rgb(57,31,28); }

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