#400D05

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

Shades of Seal Brown #400D05

Tints of Seal Brown #400D05

Color information

#400D05 (or 0x400D05) is unknown color: approx Seal Brown. HEX triplet: 40, 0D and 05. RGB value is (64,13,5). Sum of RGB (Red+Green+Blue) = 64+13+5=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D05 is #BFF2FA. Grayscale: #1B1B1B. Windows color (decimal): -12579579 or 331072. OLE color: 331072.

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

Color convert

RGB64135-
CMYK00.800.920.75
HSL8.14º85.51%13.53%-
HSV(B)8.14º92.19%25.1%-
XYZ2.291.390.29-
YUV27.34115.4154.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 78.05%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=78.05%
G=15.85%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413500.800.920.758.1485.5113.53
Hex40D50505C4B856e
Octal10015501201341131012616
Binary100000011011010101000010111001001011100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400D05; }

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

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

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

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

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

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

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

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