#371515

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

Shades of Seal Brown #371515

Tints of Seal Brown #371515

Color information

#371515 (or 0x371515) is unknown color: approx Seal Brown. HEX triplet: 37, 15 and 15. RGB value is (55,21,21). Sum of RGB (Red+Green+Blue) = 55+21+21=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371515 is #C8EAEA. Grayscale: #1F1F1F. Windows color (decimal): -13167339 or 1381687. OLE color: 1381687.

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

Color convert

RGB552121-
CMYK00.620.620.78
HSL44.74%14.9%-
HSV(B)61.82%21.57%-
XYZ1.981.40.88-
YUV31.17122.26145-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=56.70%
G=21.65%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55212100.620.620.78044.7414.9
Hex37151503E3E4E02df
Octal6725250767611605517
Binary11011110101101010111110111110100111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371515; }

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

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

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

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

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

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

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

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