#3A1A16

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

Shades of Seal Brown #3A1A16

Tints of Seal Brown #3A1A16

Color information

#3A1A16 (or 0x3A1A16) is unknown color: approx Seal Brown. HEX triplet: 3A, 1A and 16. RGB value is (58,26,22). Sum of RGB (Red+Green+Blue) = 58+26+22=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1A16 is #C5E5E9. Grayscale: #232323. Windows color (decimal): -12969450 or 1448506. OLE color: 1448506.

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

Color convert

RGB582622-
CMYK00.550.620.77
HSL6.67º45%15.69%-
HSV(B)6.67º62.07%22.75%-
XYZ2.261.70.97-
YUV35.11120.6144.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=54.72%
G=24.53%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58262200.550.620.776.674515.69
Hex3A1A160373E4D72d10
Octal7232260677611575520
Binary11101011010101100110111111110100110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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