#390C03

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

Shades of Seal Brown #390C03

Tints of Seal Brown #390C03

Color information

#390C03 (or 0x390C03) is unknown color: approx Seal Brown. HEX triplet: 39, 0C and 03. RGB value is (57,12,3). Sum of RGB (Red+Green+Blue) = 57+12+3=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C03 is #C6F3FC. Grayscale: #181818. Windows color (decimal): -13038589 or 199737. OLE color: 199737.

HSL color Cylindrical-coordinate representation of color #390C03: hue angle of 10º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390C03 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57123-
CMYK00.790.950.78
HSL10º90%11.76%-
HSV(B)10º94.74%22.35%-
XYZ1.841.140.21-
YUV24.43115.91151.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=79.17%
G=16.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5712300.790.950.78109011.76
Hex39C304F5F4Ea5ac
Octal7114301171371161213214
Binary1110011100110100111110111111001110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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