#371F1C

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

Shades of Brown Pod #371F1C

Tints of Brown Pod #371F1C

Color information

#371F1C (or 0x371F1C) is unknown color: approx Brown Pod. HEX triplet: 37, 1F and 1C. RGB value is (55,31,28). Sum of RGB (Red+Green+Blue) = 55+31+28=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F1C is #C8E0E3. Grayscale: #252525. Windows color (decimal): -13164772 or 1842999. OLE color: 1842999.

HSL color Cylindrical-coordinate representation of color #371F1C: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371F1C is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB553128-
CMYK00.440.490.78
HSL6.67º32.53%16.27%-
HSV(B)6.67º49.09%21.57%-
XYZ2.281.881.34-
YUV37.83122.45140.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=48.25%
G=27.19%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55312800.440.490.786.6732.5316.27
Hex371F1C02C314E72110
Octal6737340546111674120
Binary11011111111111000101100110001100111011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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