#3A140F

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

Shades of Seal Brown #3A140F

Tints of Seal Brown #3A140F

Color information

#3A140F (or 0x3A140F) is unknown color: approx Seal Brown. HEX triplet: 3A, 14 and 0F. RGB value is (58,20,15). Sum of RGB (Red+Green+Blue) = 58+20+15=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A140F is #C5EBF0. Grayscale: #1E1E1E. Windows color (decimal): -12970993 or 988218. OLE color: 988218.

HSL color Cylindrical-coordinate representation of color #3A140F: hue angle of 6.98º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A140F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB582015-
CMYK00.660.740.77
HSL6.98º58.9%14.31%-
HSV(B)6.98º74.14%22.75%-
XYZ2.081.430.62-
YUV30.79119.09147.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 62.37%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=62.37%
G=21.51%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58201500.660.740.776.9858.914.31
Hex3A14F0424A4D73be
Octal722417010211211577316
Binary11101010100111101000010100101010011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,15); }

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

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

 a { background-color: rgb(58,20,15); }

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

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

 span { border-color: rgb(58,20,15); }

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