#440A04

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

Shades of Seal Brown #440A04

Tints of Seal Brown #440A04

Color information

#440A04 (or 0x440A04) is unknown color: approx Seal Brown. HEX triplet: 44, 0A and 04. RGB value is (68,10,4). Sum of RGB (Red+Green+Blue) = 68+10+4=82 (10% of max value = 765). Red value is 68 (26.95% from 255 or 82.93% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 68 - color contains mainly: red. Hex color #440A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A04 is #BBF5FB. Grayscale: #1A1A1A. Windows color (decimal): -12318204 or 264772. OLE color: 264772.

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

Color convert

RGB68104-
CMYK00.850.940.73
HSL5.62º88.89%14.12%-
HSV(B)5.62º94.12%26.67%-
XYZ2.511.450.26-
YUV26.66115.22157.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 82.93%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=82.93%
G=12.20%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6810400.850.940.735.6288.8914.12
Hex44A40555E49659e
Octal1041240125136111613116
Binary10001001010100010101011011110100100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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