#371E1C

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

Shades of Seal Brown #371E1C

Tints of Seal Brown #371E1C

Color information

#371E1C (or 0x371E1C) is unknown color: approx Seal Brown. HEX triplet: 37, 1E and 1C. RGB value is (55,30,28). Sum of RGB (Red+Green+Blue) = 55+30+28=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E1C is #C8E1E3. Grayscale: #252525. Windows color (decimal): -13165028 or 1842743. OLE color: 1842743.

HSL color Cylindrical-coordinate representation of color #371E1C: hue angle of 4.44º 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 #371E1C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB553028-
CMYK00.450.490.78
HSL4.44º32.53%16.27%-
HSV(B)4.44º49.09%21.57%-
XYZ2.251.821.33-
YUV37.25122.78140.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=48.67%
G=26.55%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55302800.450.490.784.4432.5316.27
Hex371E1C02D314E42110
Octal6736340556111644120
Binary11011111110111000101101110001100111010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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