#390F0B

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

Shades of Seal Brown #390F0B

Tints of Seal Brown #390F0B

Color information

#390F0B (or 0x390F0B) is unknown color: approx Seal Brown. HEX triplet: 39, 0F and 0B. RGB value is (57,15,11). Sum of RGB (Red+Green+Blue) = 57+15+11=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F0B is #C6F0F4. Grayscale: #1B1B1B. Windows color (decimal): -13037813 or 724793. OLE color: 724793.

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

Color convert

RGB571511-
CMYK00.740.810.78
HSL5.22º67.65%13.33%-
HSV(B)5.22º80.7%22.35%-
XYZ1.921.240.45-
YUV27.1118.91149.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=68.67%
G=18.07%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57151100.740.810.785.2267.6513.33
Hex39FB04A514E544d
Octal7117130112121116510415
Binary11100111111011010010101010001100111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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