#371212

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

Shades of Seal Brown #371212

Tints of Seal Brown #371212

Color information

#371212 (or 0x371212) is unknown color: approx Seal Brown. HEX triplet: 37, 12 and 12. RGB value is (55,18,18). Sum of RGB (Red+Green+Blue) = 55+18+18=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371212 is #C8EDED. Grayscale: #1D1D1D. Windows color (decimal): -13168110 or 1184311. OLE color: 1184311.

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

Color convert

RGB551818-
CMYK00.670.670.78
HSL50.68%14.31%-
HSV(B)67.27%21.57%-
XYZ1.91.290.72-
YUV29.06121.76146.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=60.44%
G=19.78%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55181800.670.670.78050.6814.31
Hex371212043434E033e
Octal672222010310311606316
Binary1101111001010010010000111000011100111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371212; }

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

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

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

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

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

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

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

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