#3A100F

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

Shades of Seal Brown #3A100F

Tints of Seal Brown #3A100F

Color information

#3A100F (or 0x3A100F) is unknown color: approx Seal Brown. HEX triplet: 3A, 10 and 0F. RGB value is (58,16,15). Sum of RGB (Red+Green+Blue) = 58+16+15=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A100F is #C5EFF0. Grayscale: #1C1C1C. Windows color (decimal): -12972017 or 987194. OLE color: 987194.

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

Color convert

RGB581615-
CMYK00.720.740.77
HSL1.4º58.9%14.31%-
HSV(B)1.4º74.14%22.75%-
XYZ2.021.30.6-
YUV28.44120.41149.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.17%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=65.17%
G=17.98%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58161500.720.740.771.458.914.31
Hex3A10F0484A4D13be
Octal722017011011211517316
Binary111010100001111010010001001010100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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