#400D03

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

Shades of Seal Brown #400D03

Tints of Seal Brown #400D03

Color information

#400D03 (or 0x400D03) is unknown color: approx Seal Brown. HEX triplet: 40, 0D and 03. RGB value is (64,13,3). Sum of RGB (Red+Green+Blue) = 64+13+3=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #400D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D03 is #BFF2FC. Grayscale: #1B1B1B. Windows color (decimal): -12579581 or 200000. OLE color: 200000.

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

Color convert

RGB64133-
CMYK00.800.950.75
HSL9.84º91.04%13.14%-
HSV(B)9.84º95.31%25.1%-
XYZ2.271.380.23-
YUV27.11114.4154.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 80%
GREEN value IS 13 (5.47% from 255) = 16.25%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=80%
G=16.25%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413300.800.950.759.8491.0413.14
Hex40D30505F4Ba5bd
Octal10015301201371131213315
Binary10000001101110101000010111111001011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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