#390700

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

Shades of Seal Brown #390700

Tints of Seal Brown #390700

Color information

#390700 (or 0x390700) is unknown color: approx Seal Brown. HEX triplet: 39, 07 and 00. RGB value is (57,7,0). Sum of RGB (Red+Green+Blue) = 57+7+0=64 (8% of max value = 765). Red value is 57 (22.66% from 255 or 89.06% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 57 - color contains mainly: red. Hex color #390700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390700 is #C6F8FF. Grayscale: #151515. Windows color (decimal): -13039872 or 1849. OLE color: 1849.

HSL color Cylindrical-coordinate representation of color #390700: hue angle of 7.37º 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 #390700 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB5770-
CMYK00.8810.78
HSL7.37º100%11.18%-
HSV(B)7.37º100%22.35%-
XYZ1.761.020.1-
YUV21.15116.06153.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 89.06%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.06%
G=10.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal577000.8810.787.3710011.18
Hex3970058644E764b
Octal71700130144116714413
Binary1110011110010110001100100100111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390700; }

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

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

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

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

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

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

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

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