#3A1918

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

Shades of Seal Brown #3A1918

Tints of Seal Brown #3A1918

Color information

#3A1918 (or 0x3A1918) is unknown color: approx Seal Brown. HEX triplet: 3A, 19 and 18. RGB value is (58,25,24). Sum of RGB (Red+Green+Blue) = 58+25+24=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1918 is #C5E6E7. Grayscale: #222222. Windows color (decimal): -12969704 or 1579322. OLE color: 1579322.

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

Color convert

RGB582524-
CMYK00.570.590.77
HSL1.76º41.46%16.08%-
HSV(B)1.76º58.62%22.75%-
XYZ2.261.661.07-
YUV34.75121.93144.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.21%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=54.21%
G=23.36%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58252400.570.590.771.7641.4616.08
Hex3A19180393B4D22910
Octal7231300717311525120
Binary1110101100111000011100111101110011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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