#390400

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

Shades of Seal Brown #390400

Tints of Seal Brown #390400

Color information

#390400 (or 0x390400) is unknown color: approx Seal Brown. HEX triplet: 39, 04 and 00. RGB value is (57,4,0). Sum of RGB (Red+Green+Blue) = 57+4+0=61 (8% of max value = 765). Red value is 57 (22.66% from 255 or 93.44% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 57 - color contains mainly: red. Hex color #390400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390400 is #C6FBFF. Grayscale: #131313. Windows color (decimal): -13040640 or 1081. OLE color: 1081.

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

Color convert

RGB5740-
CMYK00.9310.78
HSL4.21º100%11.18%-
HSV(B)4.21º100%22.35%-
XYZ1.730.960.09-
YUV19.39117.06154.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 93.44%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.44%
G=6.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal574000.9310.784.2110011.18
Hex394005D644E464b
Octal71400135144116414413
Binary1110011000010111011100100100111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390400; }

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

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

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

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

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

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

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

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