#390B08

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

Shades of Seal Brown #390B08

Tints of Seal Brown #390B08

Color information

#390B08 (or 0x390B08) is unknown color: approx Seal Brown. HEX triplet: 39, 0B and 08. RGB value is (57,11,8). Sum of RGB (Red+Green+Blue) = 57+11+8=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B08 is #C6F4F7. Grayscale: #181818. Windows color (decimal): -13038840 or 527161. OLE color: 527161.

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

Color convert

RGB57118-
CMYK00.810.860.78
HSL3.67º75.38%12.75%-
HSV(B)3.67º85.96%22.35%-
XYZ1.851.130.35-
YUV24.41118.74151.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=75%
G=14.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5711800.810.860.783.6775.3812.75
Hex39B8051564E44bd
Octal7113100121126116411315
Binary11100110111000010100011010110100111010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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