#371311

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

Shades of Seal Brown #371311

Tints of Seal Brown #371311

Color information

#371311 (or 0x371311) is unknown color: approx Seal Brown. HEX triplet: 37, 13 and 11. RGB value is (55,19,17). Sum of RGB (Red+Green+Blue) = 55+19+17=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371311 is #C8ECEE. Grayscale: #1D1D1D. Windows color (decimal): -13167855 or 1119031. OLE color: 1119031.

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

Color convert

RGB551917-
CMYK00.650.690.78
HSL3.16º52.78%14.12%-
HSV(B)3.16º69.09%21.57%-
XYZ1.911.320.68-
YUV29.54120.93146.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=60.44%
G=20.88%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55191700.650.690.783.1652.7814.12
Hex371311041454E335e
Octal672321010110511636516
Binary11011110011100010100000110001011001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371311; }

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

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

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

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

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

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

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

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