#440D06

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

Shades of Seal Brown #440D06

Tints of Seal Brown #440D06

Color information

#440D06 (or 0x440D06) is unknown color: approx Seal Brown. HEX triplet: 44, 0D and 06. RGB value is (68,13,6). Sum of RGB (Red+Green+Blue) = 68+13+6=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440D06 is #BBF2F9. Grayscale: #1C1C1C. Windows color (decimal): -12317434 or 396612. OLE color: 396612.

HSL color Cylindrical-coordinate representation of color #440D06: hue angle of 6.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440D06 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB68136-
CMYK00.810.910.73
HSL6.77º83.78%14.51%-
HSV(B)6.77º91.18%26.67%-
XYZ2.561.530.33-
YUV28.65115.22156.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 78.16%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=78.16%
G=14.94%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6813600.810.910.736.7783.7814.51
Hex44D60515B49754f
Octal1041560121133111712417
Binary10001001101110010100011011011100100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,13,6); }

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

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

 a { background-color: rgb(68,13,6); }

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

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

 span { border-color: rgb(68,13,6); }

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