#3E140C

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

Shades of Seal Brown #3E140C

Tints of Seal Brown #3E140C

Color information

#3E140C (or 0x3E140C) is unknown color: approx Seal Brown. HEX triplet: 3E, 14 and 0C. RGB value is (62,20,12). Sum of RGB (Red+Green+Blue) = 62+20+12=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E140C is #C1EBF3. Grayscale: #1F1F1F. Windows color (decimal): -12708852 or 791614. OLE color: 791614.

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

Color convert

RGB622012-
CMYK00.680.810.76
HSL9.6º67.57%14.51%-
HSV(B)9.6º80.65%24.31%-
XYZ2.31.550.53-
YUV31.65116.91149.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=65.96%
G=21.28%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62201200.680.810.769.667.5714.51
Hex3E14C044514Ca44f
Octal76241401041211141210417
Binary1111101010011000100010010100011001100101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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