#3A1513

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

Shades of Seal Brown #3A1513

Tints of Seal Brown #3A1513

Color information

#3A1513 (or 0x3A1513) is unknown color: approx Seal Brown. HEX triplet: 3A, 15 and 13. RGB value is (58,21,19). Sum of RGB (Red+Green+Blue) = 58+21+19=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1513 is #C5EAEC. Grayscale: #1F1F1F. Windows color (decimal): -12970733 or 1250618. OLE color: 1250618.

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

Color convert

RGB582119-
CMYK00.640.670.77
HSL3.08º50.65%15.1%-
HSV(B)3.08º67.24%22.75%-
XYZ2.131.480.79-
YUV31.83120.76146.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.18%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=59.18%
G=21.43%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58211900.640.670.773.0850.6515.1
Hex3A1513040434D333f
Octal722523010010311536317
Binary11101010101100110100000010000111001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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