#391206

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

Shades of Seal Brown #391206

Tints of Seal Brown #391206

Color information

#391206 (or 0x391206) is unknown color: approx Seal Brown. HEX triplet: 39, 12 and 06. RGB value is (57,18,6). Sum of RGB (Red+Green+Blue) = 57+18+6=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #391206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391206 is #C6EDF9. Grayscale: #1C1C1C. Windows color (decimal): -13037050 or 397881. OLE color: 397881.

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

Color convert

RGB57186-
CMYK00.680.890.78
HSL14.12º80.95%12.35%-
HSV(B)14.12º89.47%22.35%-
XYZ1.941.320.32-
YUV28.29115.42148.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=70.37%
G=22.22%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5718600.680.890.7814.1280.9512.35
Hex39126044594Ee51c
Octal7122601041311161612114
Binary111001100101100100010010110011001110111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391206; }

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

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

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

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

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

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

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

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