#3A140A

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

Shades of Seal Brown #3A140A

Tints of Seal Brown #3A140A

Color information

#3A140A (or 0x3A140A) is unknown color: approx Seal Brown. HEX triplet: 3A, 14 and 0A. RGB value is (58,20,10). Sum of RGB (Red+Green+Blue) = 58+20+10=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A140A is #C5EBF5. Grayscale: #1E1E1E. Windows color (decimal): -12970998 or 660538. OLE color: 660538.

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

Color convert

RGB582010-
CMYK00.660.830.77
HSL12.5º70.59%13.33%-
HSV(B)12.5º82.76%22.75%-
XYZ2.051.420.45-
YUV30.22116.59147.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=65.91%
G=22.73%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58201000.660.830.7712.570.5913.33
Hex3A14A042534Dd47d
Octal72241201021231151510715
Binary1110101010010100100001010100111001101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,10); }

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

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

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

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

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

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

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