#3E140F

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

Shades of Seal Brown #3E140F

Tints of Seal Brown #3E140F

Color information

#3E140F (or 0x3E140F) is unknown color: approx Seal Brown. HEX triplet: 3E, 14 and 0F. RGB value is (62,20,15). Sum of RGB (Red+Green+Blue) = 62+20+15=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E140F is #C1EBF0. Grayscale: #202020. Windows color (decimal): -12708849 or 988222. OLE color: 988222.

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

Color convert

RGB622015-
CMYK00.680.760.76
HSL6.38º61.04%15.1%-
HSV(B)6.38º75.81%24.31%-
XYZ2.321.560.63-
YUV31.99118.41149.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 63.92%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=63.92%
G=20.62%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62201500.680.760.766.3861.0415.1
Hex3E14F0444C4C63df
Octal762417010411411467517
Binary11111010100111101000100100110010011001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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