#371E14

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

Shades of Brown Pod #371E14

Tints of Brown Pod #371E14

Color information

#371E14 (or 0x371E14) is unknown color: approx Brown Pod. HEX triplet: 37, 1E and 14. RGB value is (55,30,20). Sum of RGB (Red+Green+Blue) = 55+30+20=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E14 is #C8E1EB. Grayscale: #242424. Windows color (decimal): -13165036 or 1318455. OLE color: 1318455.

HSL color Cylindrical-coordinate representation of color #371E14: hue angle of 17.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371E14 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB553020-
CMYK00.450.640.78
HSL17.14º46.67%14.71%-
HSV(B)17.14º63.64%21.57%-
XYZ2.171.790.89-
YUV36.34118.78141.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=52.38%
G=28.57%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55302000.450.640.7817.1446.6714.71
Hex371E1402D404E112ff
Octal673624055100116215717
Binary1101111111010100010110110000001001110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,20); }

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

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

 a { background-color: rgb(55,30,20); }

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

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

 span { border-color: rgb(55,30,20); }

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