#400705

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

Shades of Seal Brown #400705

Tints of Seal Brown #400705

Color information

#400705 (or 0x400705) is unknown color: approx Seal Brown. HEX triplet: 40, 07 and 05. RGB value is (64,7,5). Sum of RGB (Red+Green+Blue) = 64+7+5=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400705 is #BFF8FA. Grayscale: #171717. Windows color (decimal): -12581115 or 329536. OLE color: 329536.

HSL color Cylindrical-coordinate representation of color #400705: hue angle of 2.03º 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 #400705 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB6475-
CMYK00.890.920.75
HSL2.03º85.51%13.53%-
HSV(B)2.03º92.19%25.1%-
XYZ2.221.250.27-
YUV23.82117.38156.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 84.21%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=84.21%
G=9.21%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal647500.890.920.752.0385.5113.53
Hex40750595C4B256e
Octal100750131134113212616
Binary100000011110101011001101110010010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400705; }

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

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

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

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

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

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

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

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