#3F140D

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

Shades of Seal Brown #3F140D

Tints of Seal Brown #3F140D

Color information

#3F140D (or 0x3F140D) is unknown color: approx Seal Brown. HEX triplet: 3F, 14 and 0D. RGB value is (63,20,13). Sum of RGB (Red+Green+Blue) = 63+20+13=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F140D is #C0EBF2. Grayscale: #202020. Windows color (decimal): -12643315 or 857151. OLE color: 857151.

HSL color Cylindrical-coordinate representation of color #3F140D: hue angle of 8.4º 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 #3F140D is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB632013-
CMYK00.680.790.75
HSL8.4º65.79%14.9%-
HSV(B)8.4º79.37%24.71%-
XYZ2.371.590.56-
YUV32.06117.25150.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 65.62%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=65.62%
G=20.83%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63201300.680.790.758.465.7914.9
Hex3F14D0444F4B842f
Octal77241501041171131010217
Binary1111111010011010100010010011111001011100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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