#390805

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

Shades of Seal Brown #390805

Tints of Seal Brown #390805

Color information

#390805 (or 0x390805) is unknown color: approx Seal Brown. HEX triplet: 39, 08 and 05. RGB value is (57,8,5). Sum of RGB (Red+Green+Blue) = 57+8+5=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390805 is #C6F7FA. Grayscale: #161616. Windows color (decimal): -13039611 or 329785. OLE color: 329785.

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

Color convert

RGB5785-
CMYK00.860.910.78
HSL3.46º83.87%12.16%-
HSV(B)3.46º91.23%22.35%-
XYZ1.81.050.25-
YUV22.31118.23152.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 81.43%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=81.43%
G=11.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal578500.860.910.783.4683.8712.16
Hex39850565B4E354c
Octal711050126133116312414
Binary111001100010101010110101101110011101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390805; }

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

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

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

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

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

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

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

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