#390A02

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

Shades of Seal Brown #390A02

Tints of Seal Brown #390A02

Color information

#390A02 (or 0x390A02) is unknown color: approx Seal Brown. HEX triplet: 39, 0A and 02. RGB value is (57,10,2). Sum of RGB (Red+Green+Blue) = 57+10+2=69 (9% of max value = 765). Red value is 57 (22.66% from 255 or 82.61% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 57 - color contains mainly: red. Hex color #390A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A02 is #C6F5FD. Grayscale: #171717. Windows color (decimal): -13039102 or 133689. OLE color: 133689.

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

Color convert

RGB57102-
CMYK00.820.960.78
HSL8.73º93.22%11.57%-
HSV(B)8.73º96.49%22.35%-
XYZ1.811.090.17-
YUV23.14116.07152.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 82.61%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=82.61%
G=14.49%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5710200.820.960.788.7393.2211.57
Hex39A2052604E95dc
Octal7112201221401161113514
Binary1110011010100101001011000001001110100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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