#400905

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

Shades of Seal Brown #400905

Tints of Seal Brown #400905

Color information

#400905 (or 0x400905) is unknown color: approx Seal Brown. HEX triplet: 40, 09 and 05. RGB value is (64,9,5). Sum of RGB (Red+Green+Blue) = 64+9+5=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400905 is #BFF6FA. Grayscale: #191919. Windows color (decimal): -12580603 or 330048. OLE color: 330048.

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

Color convert

RGB6495-
CMYK00.860.920.75
HSL4.07º85.51%13.53%-
HSV(B)4.07º92.19%25.1%-
XYZ2.241.30.28-
YUV24.99116.72155.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=82.05%
G=11.54%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal649500.860.920.754.0785.5113.53
Hex40950565C4B456e
Octal1001150126134113412616
Binary10000001001101010101101011100100101110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400905; }

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

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

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

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

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

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

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

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