#3f1111

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

Shades of Seal Brown #3F1111

Tints of Seal Brown #3F1111

Color information

#3F1111 (or 0x3F1111) is unknown color: approx Seal Brown. HEX triplet: 3F, 11 and 11. RGB value is (63,17,17). Sum of RGB (Red+Green+Blue) = 63+17+17=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1111 is #C0EEEE. Grayscale: #1E1E1E. Windows color (decimal): -12644079 or 1118527. OLE color: 1118527.

HSL color Cylindrical-coordinate representation of color #3F1111: hue angle of 0º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1111 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB631717-
CMYK00.730.730.75
HSL57.5%15.69%-
HSV(B)73.02%24.71%-
XYZ2.351.50.7-
YUV30.75120.24151-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=64.95%
G=17.53%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63171700.730.730.75057.515.69
Hex3F1111049494B03a10
Octal772121011111111307220
Binary11111110001100010100100110010011001011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f1111; }

 p { color: rgb(63,17,17); }

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

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

 a { background-color: rgb(63,17,17); }

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

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

 span { border-color: rgb(63,17,17); }

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