#3A130D

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

Shades of Seal Brown #3A130D

Tints of Seal Brown #3A130D

Color information

#3A130D (or 0x3A130D) is unknown color: approx Seal Brown. HEX triplet: 3A, 13 and 0D. RGB value is (58,19,13). Sum of RGB (Red+Green+Blue) = 58+19+13=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A130D is #C5ECF2. Grayscale: #1E1E1E. Windows color (decimal): -12971251 or 856890. OLE color: 856890.

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

Color convert

RGB581913-
CMYK00.670.780.77
HSL63.38%13.92%-
HSV(B)77.59%22.75%-
XYZ2.051.390.54-
YUV29.98118.42147.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 64.44%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=64.44%
G=21.11%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58191300.670.780.77863.3813.92
Hex3A13D0434E4D83fe
Octal7223150103116115107716
Binary111010100111101010000111001110100110110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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