#390E08

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

Shades of Seal Brown #390E08

Tints of Seal Brown #390E08

Color information

#390E08 (or 0x390E08) is unknown color: approx Seal Brown. HEX triplet: 39, 0E and 08. RGB value is (57,14,8). Sum of RGB (Red+Green+Blue) = 57+14+8=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E08 is #C6F1F7. Grayscale: #1A1A1A. Windows color (decimal): -13038072 or 527929. OLE color: 527929.

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

Color convert

RGB57148-
CMYK00.750.860.78
HSL7.35º75.38%12.75%-
HSV(B)7.35º85.96%22.35%-
XYZ1.891.20.36-
YUV26.17117.75149.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 14 (5.86% from 255) = 17.72%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=72.15%
G=17.72%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714800.750.860.787.3575.3812.75
Hex39E804B564E74bd
Octal7116100113126116711315
Binary11100111101000010010111010110100111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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