#3A0402

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

Shades of Seal Brown #3A0402

Tints of Seal Brown #3A0402

Color information

#3A0402 (or 0x3A0402) is unknown color: approx Seal Brown. HEX triplet: 3A, 04 and 02. RGB value is (58,4,2). Sum of RGB (Red+Green+Blue) = 58+4+2=64 (8% of max value = 765). Red value is 58 (23.05% from 255 or 90.62% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0402 is #C5FBFD. Grayscale: #131313. Windows color (decimal): -12975102 or 132154. OLE color: 132154.

HSL color Cylindrical-coordinate representation of color #3A0402: hue angle of 2.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0402 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB5842-
CMYK00.930.970.77
HSL2.14º93.33%11.76%-
HSV(B)2.14º96.55%22.75%-
XYZ1.80.990.15-
YUV19.92117.89155.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 90.62%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=90.62%
G=6.25%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal584200.930.970.772.1493.3311.76
Hex3A4205D614D25dc
Octal72420135141115213514
Binary1110101001001011101110000110011011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,4,2); }

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

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

 a { background-color: rgb(58,4,2); }

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

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

 span { border-color: rgb(58,4,2); }

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