#371612

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

Shades of Seal Brown #371612

Tints of Seal Brown #371612

Color information

#371612 (or 0x371612) is unknown color: approx Seal Brown. HEX triplet: 37, 16 and 12. RGB value is (55,22,18). Sum of RGB (Red+Green+Blue) = 55+22+18=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371612 is #C8E9ED. Grayscale: #1F1F1F. Windows color (decimal): -13167086 or 1185335. OLE color: 1185335.

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

Color convert

RGB552218-
CMYK00.60.670.78
HSL6.49º50.68%14.31%-
HSV(B)6.49º67.27%21.57%-
XYZ1.971.430.74-
YUV31.41120.43144.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=57.89%
G=23.16%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55221800.60.670.786.4950.6814.31
Hex37161203C434E633e
Octal67262207410311666316
Binary11011110110100100111100100001110011101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371612; }

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

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

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

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

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

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

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

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