#390E05

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

Shades of Seal Brown #390E05

Tints of Seal Brown #390E05

Color information

#390E05 (or 0x390E05) is unknown color: approx Seal Brown. HEX triplet: 39, 0E and 05. RGB value is (57,14,5). Sum of RGB (Red+Green+Blue) = 57+14+5=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E05 is #C6F1FA. Grayscale: #191919. Windows color (decimal): -13038075 or 331321. OLE color: 331321.

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

Color convert

RGB57145-
CMYK00.750.910.78
HSL10.38º83.87%12.16%-
HSV(B)10.38º91.23%22.35%-
XYZ1.871.190.28-
YUV25.83116.25150.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=75%
G=18.42%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714500.750.910.7810.3883.8712.16
Hex39E504B5B4Ea54c
Octal7116501131331161212414
Binary11100111101010100101110110111001110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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