#400E03

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

Shades of Seal Brown #400E03

Tints of Seal Brown #400E03

Color information

#400E03 (or 0x400E03) is unknown color: approx Seal Brown. HEX triplet: 40, 0E and 03. RGB value is (64,14,3). Sum of RGB (Red+Green+Blue) = 64+14+3=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #400E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E03 is #BFF1FC. Grayscale: #1B1B1B. Windows color (decimal): -12579325 or 200256. OLE color: 200256.

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

Color convert

RGB64143-
CMYK00.780.950.75
HSL10.82º91.04%13.14%-
HSV(B)10.82º95.31%25.1%-
XYZ2.291.410.24-
YUV27.7114.06153.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 79.01%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=79.01%
G=17.28%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414300.780.950.7510.8291.0413.14
Hex40E304E5F4Bb5bd
Octal10016301161371131313315
Binary10000001110110100111010111111001011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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