#390D02

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

Shades of Seal Brown #390D02

Tints of Seal Brown #390D02

Color information

#390D02 (or 0x390D02) is unknown color: approx Seal Brown. HEX triplet: 39, 0D and 02. RGB value is (57,13,2). Sum of RGB (Red+Green+Blue) = 57+13+2=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #390D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D02 is #C6F2FD. Grayscale: #181818. Windows color (decimal): -13038334 or 134457. OLE color: 134457.

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

Color convert

RGB57132-
CMYK00.770.960.78
HSL12º93.22%11.57%-
HSV(B)12º96.49%22.35%-
XYZ1.841.160.18-
YUV24.9115.08150.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=79.17%
G=18.06%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713200.770.960.781293.2211.57
Hex39D204D604Ec5dc
Octal7115201151401161413514
Binary1110011101100100110111000001001110110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,2); }

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

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

 a { background-color: rgb(57,13,2); }

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

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

 span { border-color: rgb(57,13,2); }

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