#371615

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

Shades of Seal Brown #371615

Tints of Seal Brown #371615

Color information

#371615 (or 0x371615) is unknown color: approx Seal Brown. HEX triplet: 37, 16 and 15. RGB value is (55,22,21). Sum of RGB (Red+Green+Blue) = 55+22+21=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371615 is #C8E9EA. Grayscale: #1F1F1F. Windows color (decimal): -13167083 or 1381943. OLE color: 1381943.

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

Color convert

RGB552221-
CMYK00.60.620.78
HSL1.76º44.74%14.9%-
HSV(B)1.76º61.82%21.57%-
XYZ21.440.88-
YUV31.75121.93144.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=56.12%
G=22.45%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55222100.60.620.781.7644.7414.9
Hex37161503C3E4E22df
Octal6726250747611625517
Binary110111101101010101111001111101001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371615; }

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

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

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

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

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

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

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

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