#3A0902

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

Shades of Seal Brown #3A0902

Tints of Seal Brown #3A0902

Color information

#3A0902 (or 0x3A0902) is unknown color: approx Seal Brown. HEX triplet: 3A, 09 and 02. RGB value is (58,9,2). Sum of RGB (Red+Green+Blue) = 58+9+2=69 (9% of max value = 765). Red value is 58 (23.05% from 255 or 84.06% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0902 is #C5F6FD. Grayscale: #161616. Windows color (decimal): -12973822 or 133434. OLE color: 133434.

HSL color Cylindrical-coordinate representation of color #3A0902: hue angle of 7.5º 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 #3A0902 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB5892-
CMYK00.840.970.77
HSL7.5º93.33%11.76%-
HSV(B)7.5º96.55%22.75%-
XYZ1.851.10.17-
YUV22.85116.23153.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 84.06%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=84.06%
G=13.04%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal589200.840.970.777.593.3311.76
Hex3A92054614D85dc
Octal7211201241411151013514
Binary1110101001100101010011000011001101100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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