#3A160F

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

Shades of Seal Brown #3A160F

Tints of Seal Brown #3A160F

Color information

#3A160F (or 0x3A160F) is unknown color: approx Seal Brown. HEX triplet: 3A, 16 and 0F. RGB value is (58,22,15). Sum of RGB (Red+Green+Blue) = 58+22+15=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A160F is #C5E9F0. Grayscale: #202020. Windows color (decimal): -12970481 or 988730. OLE color: 988730.

HSL color Cylindrical-coordinate representation of color #3A160F: hue angle of 9.77º 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 #3A160F is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB582215-
CMYK00.620.740.77
HSL9.77º58.9%14.31%-
HSV(B)9.77º74.14%22.75%-
XYZ2.121.510.63-
YUV31.97118.43146.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=61.05%
G=23.16%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58221500.620.740.779.7758.914.31
Hex3A16F03E4A4Da3be
Octal722617076112115127316
Binary11101010110111101111101001010100110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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