#3F140C

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

Shades of Seal Brown #3F140C

Tints of Seal Brown #3F140C

Color information

#3F140C (or 0x3F140C) is unknown color: approx Seal Brown. HEX triplet: 3F, 14 and 0C. RGB value is (63,20,12). Sum of RGB (Red+Green+Blue) = 63+20+12=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F140C is #C0EBF3. Grayscale: #202020. Windows color (decimal): -12643316 or 791615. OLE color: 791615.

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

Color convert

RGB632012-
CMYK00.680.810.75
HSL9.41º68%14.71%-
HSV(B)9.41º80.95%24.71%-
XYZ2.371.580.53-
YUV31.94116.75150.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 66.32%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=66.32%
G=21.05%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63201200.680.810.759.416814.71
Hex3F14C044514B944f
Octal77241401041211131110417
Binary1111111010011000100010010100011001011100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,12); }

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

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

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

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

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

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

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