#390E00

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

Shades of Seal Brown #390E00

Tints of Seal Brown #390E00

Color information

#390E00 (or 0x390E00) is unknown color: approx Seal Brown. HEX triplet: 39, 0E and 00. RGB value is (57,14,0). Sum of RGB (Red+Green+Blue) = 57+14+0=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #390E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E00 is #C6F1FF. Grayscale: #191919. Windows color (decimal): -13038080 or 3641. OLE color: 3641.

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

Color convert

RGB57140-
CMYK00.7510.78
HSL14.74º100%11.18%-
HSV(B)14.74º100%22.35%-
XYZ1.841.180.13-
YUV25.26113.75150.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 80.28%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.28%
G=19.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714000.7510.7814.7410011.18
Hex39E004B644Ef64b
Octal7116001131441161714413
Binary111001111000100101111001001001110111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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