#391212

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

Shades of Seal Brown #391212

Tints of Seal Brown #391212

Color information

#391212 (or 0x391212) is unknown color: approx Seal Brown. HEX triplet: 39, 12 and 12. RGB value is (57,18,18). Sum of RGB (Red+Green+Blue) = 57+18+18=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #391212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391212 is #C6EDED. Grayscale: #1D1D1D. Windows color (decimal): -13037038 or 1184313. OLE color: 1184313.

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

Color convert

RGB571818-
CMYK00.680.680.78
HSL52%14.71%-
HSV(B)68.42%22.35%-
XYZ2.011.350.73-
YUV29.66121.42147.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=61.29%
G=19.35%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57181800.680.680.7805214.71
Hex391212044444E034f
Octal712222010410411606417
Binary1110011001010010010001001000100100111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391212; }

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

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

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

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

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

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

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

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