#371110

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

Shades of Seal Brown #371110

Tints of Seal Brown #371110

Color information

#371110 (or 0x371110) is unknown color: approx Seal Brown. HEX triplet: 37, 11 and 10. RGB value is (55,17,16). Sum of RGB (Red+Green+Blue) = 55+17+16=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371110 is #C8EEEF. Grayscale: #1C1C1C. Windows color (decimal): -13168368 or 1052983. OLE color: 1052983.

HSL color Cylindrical-coordinate representation of color #371110: hue angle of 1.54º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371110 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB551716-
CMYK00.690.710.78
HSL1.54º54.93%13.92%-
HSV(B)1.54º70.91%21.57%-
XYZ1.871.250.63-
YUV28.25121.09147.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 62.5%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=62.5%
G=19.32%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55171600.690.710.781.5454.9313.92
Hex371110045474E237e
Octal672120010510711626716
Binary11011110001100000100010110001111001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371110; }

 p { color: rgb(55,17,16); }

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

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

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

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

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

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

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