#3F1414

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

Shades of Seal Brown #3F1414

Tints of Seal Brown #3F1414

Color information

#3F1414 (or 0x3F1414) is unknown color: approx Seal Brown. HEX triplet: 3F, 14 and 14. RGB value is (63,20,20). Sum of RGB (Red+Green+Blue) = 63+20+20=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1414 is #C0EBEB. Grayscale: #202020. Windows color (decimal): -12643308 or 1315903. OLE color: 1315903.

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

Color convert

RGB632020-
CMYK00.680.680.75
HSL51.81%16.27%-
HSV(B)68.25%24.71%-
XYZ2.431.610.84-
YUV32.86120.75149.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.17%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=61.17%
G=19.42%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63202000.680.680.75051.8116.27
Hex3F1414044444B03410
Octal772424010410411306420
Binary11111110100101000100010010001001001011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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