#3E1710

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

Shades of Seal Brown #3E1710

Tints of Seal Brown #3E1710

Color information

#3E1710 (or 0x3E1710) is unknown color: approx Seal Brown. HEX triplet: 3E, 17 and 10. RGB value is (62,23,16). Sum of RGB (Red+Green+Blue) = 62+23+16=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1710 is #C1E8EF. Grayscale: #212121. Windows color (decimal): -12708080 or 1054526. OLE color: 1054526.

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

Color convert

RGB622316-
CMYK00.630.740.76
HSL9.13º58.97%15.29%-
HSV(B)9.13º74.19%24.31%-
XYZ2.391.670.69-
YUV33.86117.92148.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 61.39%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=61.39%
G=22.77%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62231600.630.740.769.1358.9715.29
Hex3E171003F4A4C93bf
Octal762720077112114117317
Binary111110101111000001111111001010100110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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