#440704

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

Shades of Seal Brown #440704

Tints of Seal Brown #440704

Color information

#440704 (or 0x440704) is unknown color: approx Seal Brown. HEX triplet: 44, 07 and 04. RGB value is (68,7,4). Sum of RGB (Red+Green+Blue) = 68+7+4=79 (10% of max value = 765). Red value is 68 (26.95% from 255 or 86.08% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 68 - color contains mainly: red. Hex color #440704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440704 is #BBF8FB. Grayscale: #181818. Windows color (decimal): -12318972 or 264004. OLE color: 264004.

HSL color Cylindrical-coordinate representation of color #440704: hue angle of 2.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440704 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB6874-
CMYK00.900.940.73
HSL2.81º88.89%14.12%-
HSV(B)2.81º94.12%26.67%-
XYZ2.481.390.25-
YUV24.9116.21158.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 86.08%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=86.08%
G=8.86%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal687400.900.940.732.8188.8914.12
Hex447405A5E49359e
Octal104740132136111313116
Binary100010011110001011010101111010010011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440704; }

 p { color: rgb(68,7,4); }

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

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

 a { background-color: rgb(68,7,4); }

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

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

 span { border-color: rgb(68,7,4); }

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