#3A170F

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

Shades of Seal Brown #3A170F

Tints of Seal Brown #3A170F

Color information

#3A170F (or 0x3A170F) is unknown color: approx Seal Brown. HEX triplet: 3A, 17 and 0F. RGB value is (58,23,15). Sum of RGB (Red+Green+Blue) = 58+23+15=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A170F is #C5E8F0. Grayscale: #202020. Windows color (decimal): -12970225 or 988986. OLE color: 988986.

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

Color convert

RGB582315-
CMYK00.600.740.77
HSL11.16º58.9%14.31%-
HSV(B)11.16º74.14%22.75%-
XYZ2.141.550.64-
YUV32.55118.1146.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=60.42%
G=23.96%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58231500.600.740.7711.1658.914.31
Hex3A17F03C4A4Db3be
Octal722717074112115137316
Binary11101010111111101111001001010100110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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