#390F05

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

Shades of Seal Brown #390F05

Tints of Seal Brown #390F05

Color information

#390F05 (or 0x390F05) is unknown color: approx Seal Brown. HEX triplet: 39, 0F and 05. RGB value is (57,15,5). Sum of RGB (Red+Green+Blue) = 57+15+5=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F05 is #C6F0FA. Grayscale: #1A1A1A. Windows color (decimal): -13037819 or 331577. OLE color: 331577.

HSL color Cylindrical-coordinate representation of color #390F05: hue angle of 11.54º 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 #390F05 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57155-
CMYK00.740.910.78
HSL11.54º83.87%12.16%-
HSV(B)11.54º91.23%22.35%-
XYZ1.891.220.28-
YUV26.42115.91149.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 74.03%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=74.03%
G=19.48%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715500.740.910.7811.5483.8712.16
Hex39F504A5B4Ec54c
Octal7117501121331161412414
Binary11100111111010100101010110111001110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F05; }

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

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

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

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

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

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

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

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