#3E130A

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

Shades of Seal Brown #3E130A

Tints of Seal Brown #3E130A

Color information

#3E130A (or 0x3E130A) is unknown color: approx Seal Brown. HEX triplet: 3E, 13 and 0A. RGB value is (62,19,10). Sum of RGB (Red+Green+Blue) = 62+19+10=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E130A is #C1ECF5. Grayscale: #1E1E1E. Windows color (decimal): -12709110 or 660286. OLE color: 660286.

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

Color convert

RGB621910-
CMYK00.690.840.76
HSL10.38º72.22%14.12%-
HSV(B)10.38º83.87%24.31%-
XYZ2.271.510.46-
YUV30.83116.25150.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 68.13%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=68.13%
G=20.88%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62191000.690.840.7610.3872.2214.12
Hex3E13A045544Ca48e
Octal76231201051241141211016
Binary1111101001110100100010110101001001100101010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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