#390402

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

Shades of Seal Brown #390402

Tints of Seal Brown #390402

Color information

#390402 (or 0x390402) is unknown color: approx Seal Brown. HEX triplet: 39, 04 and 02. RGB value is (57,4,2). Sum of RGB (Red+Green+Blue) = 57+4+2=63 (8% of max value = 765). Red value is 57 (22.66% from 255 or 90.48% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 57 - color contains mainly: red. Hex color #390402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390402 is #C6FBFD. Grayscale: #131313. Windows color (decimal): -13040638 or 132153. OLE color: 132153.

HSL color Cylindrical-coordinate representation of color #390402: hue angle of 2.18º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390402 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB5742-
CMYK00.930.960.78
HSL2.18º93.22%11.57%-
HSV(B)2.18º96.49%22.35%-
XYZ1.740.960.15-
YUV19.62118.06154.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 90.48%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=90.48%
G=6.35%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal574200.930.960.782.1893.2211.57
Hex394205D604E25dc
Octal71420135140116213514
Binary1110011001001011101110000010011101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390402; }

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

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

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

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

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

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

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

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