#400E04

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

Shades of Seal Brown #400E04

Tints of Seal Brown #400E04

Color information

#400E04 (or 0x400E04) is unknown color: approx Seal Brown. HEX triplet: 40, 0E and 04. RGB value is (64,14,4). Sum of RGB (Red+Green+Blue) = 64+14+4=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E04 is #BFF1FB. Grayscale: #1B1B1B. Windows color (decimal): -12579324 or 265792. OLE color: 265792.

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

Color convert

RGB64144-
CMYK00.780.940.75
HSL10º88.24%13.33%-
HSV(B)10º93.75%25.1%-
XYZ2.291.410.27-
YUV27.81114.56153.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 78.05%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=78.05%
G=17.07%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414400.780.940.751088.2413.33
Hex40E404E5E4Ba58d
Octal10016401161361131213015
Binary100000011101000100111010111101001011101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,14,4); }

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

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

 a { background-color: rgb(64,14,4); }

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

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

 span { border-color: rgb(64,14,4); }

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