#3E150F

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

Shades of Seal Brown #3E150F

Tints of Seal Brown #3E150F

Color information

#3E150F (or 0x3E150F) is unknown color: approx Seal Brown. HEX triplet: 3E, 15 and 0F. RGB value is (62,21,15). Sum of RGB (Red+Green+Blue) = 62+21+15=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E150F is #C1EAF0. Grayscale: #202020. Windows color (decimal): -12708593 or 988478. OLE color: 988478.

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

Color convert

RGB622115-
CMYK00.660.760.76
HSL7.66º61.04%15.1%-
HSV(B)7.66º75.81%24.31%-
XYZ2.341.590.64-
YUV32.58118.08148.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 63.27%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=63.27%
G=21.43%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62211500.660.760.767.6661.0415.1
Hex3E15F0424C4C83df
Octal7625170102114114107517
Binary111110101011111010000101001100100110010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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