#400908

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

Shades of Seal Brown #400908

Tints of Seal Brown #400908

Color information

#400908 (or 0x400908) is unknown color: approx Seal Brown. HEX triplet: 40, 09 and 08. RGB value is (64,9,8). Sum of RGB (Red+Green+Blue) = 64+9+8=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #400908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400908 is #BFF6F7. Grayscale: #191919. Windows color (decimal): -12580600 or 526656. OLE color: 526656.

HSL color Cylindrical-coordinate representation of color #400908: hue angle of 1.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400908 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB6498-
CMYK00.860.870.75
HSL1.07º77.78%14.12%-
HSV(B)1.07º87.5%25.1%-
XYZ2.261.30.36-
YUV25.33118.22155.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 79.01%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=79.01%
G=11.11%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal649800.860.870.751.0777.7814.12
Hex4098056574B14ee
Octal10011100126127113111616
Binary1000000100110000101011010101111001011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400908; }

 p { color: rgb(64,9,8); }

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

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

 a { background-color: rgb(64,9,8); }

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

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

 span { border-color: rgb(64,9,8); }

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