#3A1212

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

Shades of Seal Brown #3A1212

Tints of Seal Brown #3A1212

Color information

#3A1212 (or 0x3A1212) is unknown color: approx Seal Brown. HEX triplet: 3A, 12 and 12. RGB value is (58,18,18). Sum of RGB (Red+Green+Blue) = 58+18+18=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1212 is #C5EDED. Grayscale: #1D1D1D. Windows color (decimal): -12971502 or 1184314. OLE color: 1184314.

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

Color convert

RGB581818-
CMYK00.690.690.77
HSL52.63%14.9%-
HSV(B)68.97%22.75%-
XYZ2.071.380.73-
YUV29.96121.25148-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.70%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=61.70%
G=19.15%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58181800.690.690.77052.6314.9
Hex3A1212045454D035f
Octal722222010510511506517
Binary1110101001010010010001011000101100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,18); }

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

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

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

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

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

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

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