#371111

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

Shades of Seal Brown #371111

Tints of Seal Brown #371111

Color information

#371111 (or 0x371111) is unknown color: approx Seal Brown. HEX triplet: 37, 11 and 11. RGB value is (55,17,17). Sum of RGB (Red+Green+Blue) = 55+17+17=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371111 is #C8EEEE. Grayscale: #1C1C1C. Windows color (decimal): -13168367 or 1118519. OLE color: 1118519.

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

Color convert

RGB551717-
CMYK00.690.690.78
HSL52.78%14.12%-
HSV(B)69.09%21.57%-
XYZ1.881.250.67-
YUV28.36121.59147-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=61.80%
G=19.10%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55171700.690.690.78052.7814.12
Hex371111045454E035e
Octal672121010510511606516
Binary1101111000110001010001011000101100111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371111; }

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

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

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

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

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

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

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

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