#3F1108

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

Shades of Seal Brown #3F1108

Tints of Seal Brown #3F1108

Color information

#3F1108 (or 0x3F1108) is unknown color: approx Seal Brown. HEX triplet: 3F, 11 and 08. RGB value is (63,17,8). Sum of RGB (Red+Green+Blue) = 63+17+8=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1108 is #C0EEF7. Grayscale: #1D1D1D. Windows color (decimal): -12644088 or 528703. OLE color: 528703.

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

Color convert

RGB63178-
CMYK00.730.870.75
HSL9.82º77.46%13.92%-
HSV(B)9.82º87.3%24.71%-
XYZ2.291.480.39-
YUV29.73115.74151.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 71.59%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=71.59%
G=19.32%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6317800.730.870.759.8277.4613.92
Hex3F118049574Ba4de
Octal77211001111271131211516
Binary1111111000110000100100110101111001011101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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