#3F140B

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

Shades of Seal Brown #3F140B

Tints of Seal Brown #3F140B

Color information

#3F140B (or 0x3F140B) is unknown color: approx Seal Brown. HEX triplet: 3F, 14 and 0B. RGB value is (63,20,11). Sum of RGB (Red+Green+Blue) = 63+20+11=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F140B is #C0EBF4. Grayscale: #1F1F1F. Windows color (decimal): -12643317 or 726079. OLE color: 726079.

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

Color convert

RGB632011-
CMYK00.680.830.75
HSL10.38º70.27%14.51%-
HSV(B)10.38º82.54%24.71%-
XYZ2.361.580.5-
YUV31.83116.25150.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.02%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=67.02%
G=21.28%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63201100.680.830.7510.3870.2714.51
Hex3F14B044534Ba46f
Octal77241301041231131210617
Binary1111111010010110100010010100111001011101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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