#371512

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

Shades of Seal Brown #371512

Tints of Seal Brown #371512

Color information

#371512 (or 0x371512) is unknown color: approx Seal Brown. HEX triplet: 37, 15 and 12. RGB value is (55,21,18). Sum of RGB (Red+Green+Blue) = 55+21+18=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371512 is #C8EAED. Grayscale: #1E1E1E. Windows color (decimal): -13167342 or 1185079. OLE color: 1185079.

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

Color convert

RGB552118-
CMYK00.620.670.78
HSL4.86º50.68%14.31%-
HSV(B)4.86º67.27%21.57%-
XYZ1.951.390.74-
YUV30.82120.76145.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=58.51%
G=22.34%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55211800.620.670.784.8650.6814.31
Hex37151203E434E533e
Octal67252207610311656316
Binary11011110101100100111110100001110011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371512; }

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

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

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

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

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

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

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

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