#3A1A19

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

Shades of Seal Brown #3A1A19

Tints of Seal Brown #3A1A19

Color information

#3A1A19 (or 0x3A1A19) is unknown color: approx Seal Brown. HEX triplet: 3A, 1A and 19. RGB value is (58,26,25). Sum of RGB (Red+Green+Blue) = 58+26+25=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1A19 is #C5E5E6. Grayscale: #232323. Windows color (decimal): -12969447 or 1645114. OLE color: 1645114.

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

Color convert

RGB582625-
CMYK00.550.570.77
HSL1.82º39.76%16.27%-
HSV(B)1.82º56.9%22.75%-
XYZ2.291.711.13-
YUV35.45122.1144.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=53.21%
G=23.85%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58262500.550.570.771.8239.7616.27
Hex3A1A19037394D22810
Octal7232310677111525020
Binary1110101101011001011011111100110011011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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