#3F0F04

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

Shades of Seal Brown #3F0F04

Tints of Seal Brown #3F0F04

Color information

#3F0F04 (or 0x3F0F04) is unknown color: approx Seal Brown. HEX triplet: 3F, 0F and 04. RGB value is (63,15,4). Sum of RGB (Red+Green+Blue) = 63+15+4=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0F04 is #C0F0FB. Grayscale: #1C1C1C. Windows color (decimal): -12644604 or 266047. OLE color: 266047.

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

Color convert

RGB63154-
CMYK00.760.940.75
HSL11.19º88.06%13.14%-
HSV(B)11.19º93.65%24.71%-
XYZ2.241.410.27-
YUV28.1114.4152.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 76.83%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=76.83%
G=18.29%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6315400.760.940.7511.1988.0613.14
Hex3FF404C5E4Bb58d
Octal7717401141361131313015
Binary11111111111000100110010111101001011101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,4); }

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

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

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

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

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

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

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