#391408

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

Shades of Seal Brown #391408

Tints of Seal Brown #391408

Color information

#391408 (or 0x391408) is unknown color: approx Seal Brown. HEX triplet: 39, 14 and 08. RGB value is (57,20,8). Sum of RGB (Red+Green+Blue) = 57+20+8=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #391408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391408 is #C6EBF7. Grayscale: #1D1D1D. Windows color (decimal): -13036536 or 529465. OLE color: 529465.

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

Color convert

RGB57208-
CMYK00.650.860.78
HSL14.69º75.38%12.75%-
HSV(B)14.69º85.96%22.35%-
XYZ1.981.390.39-
YUV29.69115.76147.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=67.06%
G=23.53%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5720800.650.860.7814.6975.3812.75
Hex39148041564Ef4bd
Octal71241001011261161711315
Binary1110011010010000100000110101101001110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391408; }

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

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

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

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

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

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

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

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