#371A15

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

Shades of Seal Brown #371A15

Tints of Seal Brown #371A15

Color information

#371A15 (or 0x371A15) is unknown color: approx Seal Brown. HEX triplet: 37, 1A and 15. RGB value is (55,26,21). Sum of RGB (Red+Green+Blue) = 55+26+21=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A15 is #C8E5EA. Grayscale: #222222. Windows color (decimal): -13166059 or 1382967. OLE color: 1382967.

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

Color convert

RGB552621-
CMYK00.530.620.78
HSL8.82º44.74%14.9%-
HSV(B)8.82º61.82%21.57%-
XYZ2.081.610.91-
YUV34.1120.61142.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=53.92%
G=25.49%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55262100.530.620.788.8244.7414.9
Hex371A150353E4E92df
Octal67322506576116115517
Binary11011111010101010110101111110100111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,26,21); }

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

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

 a { background-color: rgb(55,26,21); }

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

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

 span { border-color: rgb(55,26,21); }

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