#3E100A

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

Shades of Seal Brown #3E100A

Tints of Seal Brown #3E100A

Color information

#3E100A (or 0x3E100A) is unknown color: approx Seal Brown. HEX triplet: 3E, 10 and 0A. RGB value is (62,16,10). Sum of RGB (Red+Green+Blue) = 62+16+10=88 (11% of max value = 765). Red value is 62 (24.61% from 255 or 70.45% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 62 - color contains mainly: red. Hex color #3E100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E100A is #C1EFF5. Grayscale: #1D1D1D. Windows color (decimal): -12709878 or 659518. OLE color: 659518.

HSL color Cylindrical-coordinate representation of color #3E100A: hue angle of 6.92º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E100A is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB621610-
CMYK00.740.840.76
HSL6.92º72.22%14.12%-
HSV(B)6.92º83.87%24.31%-
XYZ2.231.420.44-
YUV29.07117.24151.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 70.45%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=70.45%
G=18.18%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62161000.740.840.766.9272.2214.12
Hex3E10A04A544C748e
Octal7620120112124114711016
Binary111110100001010010010101010100100110011110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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