#440504

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

Shades of Seal Brown #440504

Tints of Seal Brown #440504

Color information

#440504 (or 0x440504) is unknown color: approx Seal Brown. HEX triplet: 44, 05 and 04. RGB value is (68,5,4). Sum of RGB (Red+Green+Blue) = 68+5+4=77 (10% of max value = 765). Red value is 68 (26.95% from 255 or 88.31% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 68 - color contains mainly: red. Hex color #440504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440504 is #BBFAFB. Grayscale: #171717. Windows color (decimal): -12319484 or 263492. OLE color: 263492.

HSL color Cylindrical-coordinate representation of color #440504: hue angle of 0.94º 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 #440504 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB6854-
CMYK00.930.940.73
HSL0.94º88.89%14.12%-
HSV(B)0.94º94.12%26.67%-
XYZ2.461.350.25-
YUV23.72116.87159.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 88.31%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=88.31%
G=6.49%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal685400.930.940.730.9488.8914.12
Hex445405D5E49159e
Octal104540135136111113116
Binary10001001011000101110110111101001001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440504; }

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

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

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

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

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

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

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

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