#371312

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

Shades of Seal Brown #371312

Tints of Seal Brown #371312

Color information

#371312 (or 0x371312) is unknown color: approx Seal Brown. HEX triplet: 37, 13 and 12. RGB value is (55,19,18). Sum of RGB (Red+Green+Blue) = 55+19+18=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371312 is #C8ECED. Grayscale: #1D1D1D. Windows color (decimal): -13167854 or 1184567. OLE color: 1184567.

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

Color convert

RGB551918-
CMYK00.650.670.78
HSL1.62º50.68%14.31%-
HSV(B)1.62º67.27%21.57%-
XYZ1.921.320.73-
YUV29.65121.43146.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=59.78%
G=20.65%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55191800.650.670.781.6250.6814.31
Hex371312041434E233e
Octal672322010110311626316
Binary11011110011100100100000110000111001110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371312; }

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

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

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

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

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

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

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

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