#3F120D

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

Shades of Seal Brown #3F120D

Tints of Seal Brown #3F120D

Color information

#3F120D (or 0x3F120D) is unknown color: approx Seal Brown. HEX triplet: 3F, 12 and 0D. RGB value is (63,18,13). Sum of RGB (Red+Green+Blue) = 63+18+13=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F120D is #C0EDF2. Grayscale: #1E1E1E. Windows color (decimal): -12643827 or 856639. OLE color: 856639.

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

Color convert

RGB631813-
CMYK00.710.790.75
HSL65.79%14.9%-
HSV(B)79.37%24.71%-
XYZ2.341.520.55-
YUV30.88117.91150.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.02%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=67.02%
G=19.15%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63181300.710.790.75665.7914.9
Hex3F12D0474F4B642f
Octal7722150107117113610217
Binary111111100101101010001111001111100101111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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