#390504

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

Shades of Seal Brown #390504

Tints of Seal Brown #390504

Color information

#390504 (or 0x390504) is unknown color: approx Seal Brown. HEX triplet: 39, 05 and 04. RGB value is (57,5,4). Sum of RGB (Red+Green+Blue) = 57+5+4=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390504 is #C6FAFB. Grayscale: #141414. Windows color (decimal): -13040380 or 263481. OLE color: 263481.

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

Color convert

RGB5754-
CMYK00.910.930.78
HSL1.13º86.89%11.96%-
HSV(B)1.13º92.98%22.35%-
XYZ1.760.990.21-
YUV20.43118.73154.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 86.36%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=86.36%
G=7.58%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575400.910.930.781.1386.8911.96
Hex395405B5D4E157c
Octal71540133135116112714
Binary1110011011000101101110111011001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390504; }

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

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

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

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

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

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

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

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