#3A1310

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

Shades of Seal Brown #3A1310

Tints of Seal Brown #3A1310

Color information

#3A1310 (or 0x3A1310) is unknown color: approx Seal Brown. HEX triplet: 3A, 13 and 10. RGB value is (58,19,16). Sum of RGB (Red+Green+Blue) = 58+19+16=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1310 is #C5ECEF. Grayscale: #1E1E1E. Windows color (decimal): -12971248 or 1053498. OLE color: 1053498.

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

Color convert

RGB581916-
CMYK00.670.720.77
HSL4.29º56.76%14.51%-
HSV(B)4.29º72.41%22.75%-
XYZ2.071.40.65-
YUV30.32119.92147.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 62.37%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=62.37%
G=20.43%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58191600.670.720.774.2956.7614.51
Hex3A1310043484D439f
Octal722320010311011547117
Binary111010100111000001000011100100010011011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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