#371E1B

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

Shades of Seal Brown #371E1B

Tints of Seal Brown #371E1B

Color information

#371E1B (or 0x371E1B) is unknown color: approx Seal Brown. HEX triplet: 37, 1E and 1B. RGB value is (55,30,27). Sum of RGB (Red+Green+Blue) = 55+30+27=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E1B is #C8E1E4. Grayscale: #252525. Windows color (decimal): -13165029 or 1777207. OLE color: 1777207.

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

Color convert

RGB553027-
CMYK00.450.510.78
HSL6.43º34.15%16.08%-
HSV(B)6.43º50.91%21.57%-
XYZ2.241.821.27-
YUV37.13122.28140.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=49.11%
G=26.79%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55302700.450.510.786.4334.1516.08
Hex371E1B02D334E62210
Octal6736330556311664220
Binary11011111110110110101101110011100111011010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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