#3A1916

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

Shades of Seal Brown #3A1916

Tints of Seal Brown #3A1916

Color information

#3A1916 (or 0x3A1916) is unknown color: approx Seal Brown. HEX triplet: 3A, 19 and 16. RGB value is (58,25,22). Sum of RGB (Red+Green+Blue) = 58+25+22=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1916 is #C5E6E9. Grayscale: #222222. Windows color (decimal): -12969706 or 1448250. OLE color: 1448250.

HSL color Cylindrical-coordinate representation of color #3A1916: hue angle of 5º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A1916 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB582522-
CMYK00.570.620.77
HSL45%15.69%-
HSV(B)62.07%22.75%-
XYZ2.241.650.96-
YUV34.52120.93144.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.24%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=55.24%
G=23.81%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58252200.570.620.7754515.69
Hex3A19160393E4D52d10
Octal7231260717611555520
Binary11101011001101100111001111110100110110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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