#400E0A

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

Shades of Seal Brown #400E0A

Tints of Seal Brown #400E0A

Color information

#400E0A (or 0x400E0A) is unknown color: approx Seal Brown. HEX triplet: 40, 0E and 0A. RGB value is (64,14,10). Sum of RGB (Red+Green+Blue) = 64+14+10=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E0A is #BFF1F5. Grayscale: #1C1C1C. Windows color (decimal): -12579318 or 659008. OLE color: 659008.

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

Color convert

RGB641410-
CMYK00.780.840.75
HSL4.44º72.97%14.51%-
HSV(B)4.44º84.38%25.1%-
XYZ2.331.430.44-
YUV28.49117.56153.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=72.73%
G=15.91%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64141000.780.840.754.4472.9714.51
Hex40EA04E544B449f
Octal10016120116124113411117
Binary100000011101010010011101010100100101110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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