#3F120E

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

Shades of Seal Brown #3F120E

Tints of Seal Brown #3F120E

Color information

#3F120E (or 0x3F120E) is unknown color: approx Seal Brown. HEX triplet: 3F, 12 and 0E. RGB value is (63,18,14). Sum of RGB (Red+Green+Blue) = 63+18+14=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F120E is #C0EDF1. Grayscale: #1F1F1F. Windows color (decimal): -12643826 or 922175. OLE color: 922175.

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

Color convert

RGB631814-
CMYK00.710.780.75
HSL4.9º63.64%15.1%-
HSV(B)4.9º77.78%24.71%-
XYZ2.351.520.59-
YUV31118.41150.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 66.32%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=66.32%
G=18.95%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63181400.710.780.754.963.6415.1
Hex3F12E0474E4B540f
Octal7722160107116113510017
Binary111111100101110010001111001110100101110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,14); }

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

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

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

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

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

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

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