#390908

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

Shades of Seal Brown #390908

Tints of Seal Brown #390908

Color information

#390908 (or 0x390908) is unknown color: approx Seal Brown. HEX triplet: 39, 09 and 08. RGB value is (57,9,8). Sum of RGB (Red+Green+Blue) = 57+9+8=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390908 is #C6F6F7. Grayscale: #171717. Windows color (decimal): -13039352 or 526649. OLE color: 526649.

HSL color Cylindrical-coordinate representation of color #390908: hue angle of 1.22º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390908 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB5798-
CMYK00.840.860.78
HSL1.22º75.38%12.75%-
HSV(B)1.22º85.96%22.35%-
XYZ1.831.080.34-
YUV23.24119.4152.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=77.03%
G=12.16%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal579800.840.860.781.2275.3812.75
Hex3998054564E14bd
Octal7111100124126116111315
Binary111001100110000101010010101101001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390908; }

 p { color: rgb(57,9,8); }

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

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

 a { background-color: rgb(57,9,8); }

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

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

 span { border-color: rgb(57,9,8); }

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