#390C01

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

Shades of Seal Brown #390C01

Tints of Seal Brown #390C01

Color information

#390C01 (or 0x390C01) is unknown color: approx Seal Brown. HEX triplet: 39, 0C and 01. RGB value is (57,12,1). Sum of RGB (Red+Green+Blue) = 57+12+1=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C01 is #C6F3FE. Grayscale: #181818. Windows color (decimal): -13038591 or 68665. OLE color: 68665.

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

Color convert

RGB57121-
CMYK00.790.980.78
HSL11.79º96.55%11.37%-
HSV(B)11.79º98.25%22.35%-
XYZ1.821.130.15-
YUV24.2114.91151.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 81.43%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=81.43%
G=17.14%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5712100.790.980.7811.7996.5511.37
Hex39C104F624Ec61b
Octal7114101171421161414113
Binary111001110010100111111000101001110110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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