#3A150C

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

Shades of Seal Brown #3A150C

Tints of Seal Brown #3A150C

Color information

#3A150C (or 0x3A150C) is unknown color: approx Seal Brown. HEX triplet: 3A, 15 and 0C. RGB value is (58,21,12). Sum of RGB (Red+Green+Blue) = 58+21+12=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A150C is #C5EAF3. Grayscale: #1F1F1F. Windows color (decimal): -12970740 or 791866. OLE color: 791866.

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

Color convert

RGB582112-
CMYK00.640.790.77
HSL11.74º65.71%13.73%-
HSV(B)11.74º79.31%22.75%-
XYZ2.081.460.52-
YUV31.04117.26147.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.74%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=63.74%
G=23.08%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58211200.640.790.7711.7465.7113.73
Hex3A15C0404F4Dc42e
Octal72251401001171151410216
Binary1110101010111000100000010011111001101110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,12); }

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

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

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

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

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

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

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