#3E100F

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

Shades of Seal Brown #3E100F

Tints of Seal Brown #3E100F

Color information

#3E100F (or 0x3E100F) is unknown color: approx Seal Brown. HEX triplet: 3E, 10 and 0F. RGB value is (62,16,15). Sum of RGB (Red+Green+Blue) = 62+16+15=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E100F is #C1EFF0. Grayscale: #1D1D1D. Windows color (decimal): -12709873 or 987198. OLE color: 987198.

HSL color Cylindrical-coordinate representation of color #3E100F: hue angle of 1.28º 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 #3E100F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.76.

Color convert

RGB621615-
CMYK00.740.760.76
HSL1.28º61.04%15.1%-
HSV(B)1.28º75.81%24.31%-
XYZ2.261.430.61-
YUV29.64119.74151.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=66.67%
G=17.20%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62161500.740.760.761.2861.0415.1
Hex3E10F04A4C4C13df
Octal762017011211411417517
Binary111110100001111010010101001100100110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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