#390B01

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

Shades of Seal Brown #390B01

Tints of Seal Brown #390B01

Color information

#390B01 (or 0x390B01) is unknown color: approx Seal Brown. HEX triplet: 39, 0B and 01. RGB value is (57,11,1). Sum of RGB (Red+Green+Blue) = 57+11+1=69 (9% of max value = 765). Red value is 57 (22.66% from 255 or 82.61% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 57 - color contains mainly: red. Hex color #390B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B01 is #C6F4FE. Grayscale: #171717. Windows color (decimal): -13038847 or 68409. OLE color: 68409.

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

Color convert

RGB57111-
CMYK00.810.980.78
HSL10.71º96.55%11.37%-
HSV(B)10.71º98.25%22.35%-
XYZ1.811.110.15-
YUV23.61115.24151.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 82.61%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=82.61%
G=15.94%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5711100.810.980.7810.7196.5511.37
Hex39B1051624Eb61b
Octal7113101211421161314113
Binary111001101110101000111000101001110101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,11,1); }

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

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

 a { background-color: rgb(57,11,1); }

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

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

 span { border-color: rgb(57,11,1); }

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