#440E03

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

Shades of Seal Brown #440E03

Tints of Seal Brown #440E03

Color information

#440E03 (or 0x440E03) is unknown color: approx Seal Brown. HEX triplet: 44, 0E and 03. RGB value is (68,14,3). Sum of RGB (Red+Green+Blue) = 68+14+3=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E03 is #BBF1FC. Grayscale: #1C1C1C. Windows color (decimal): -12317181 or 200260. OLE color: 200260.

HSL color Cylindrical-coordinate representation of color #440E03: hue angle of 10.15º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440E03 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB68143-
CMYK00.790.960.73
HSL10.15º91.55%13.92%-
HSV(B)10.15º95.59%26.67%-
XYZ2.561.550.25-
YUV28.89113.39155.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 80%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=80%
G=16.47%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6814300.790.960.7310.1591.5513.92
Hex44E304F6049a5ce
Octal10416301171401111213416
Binary10001001110110100111111000001001001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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