#440F0D

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

Shades of Seal Brown #440F0D

Tints of Seal Brown #440F0D

Color information

#440F0D (or 0x440F0D) is unknown color: approx Seal Brown. HEX triplet: 44, 0F and 0D. RGB value is (68,15,13). Sum of RGB (Red+Green+Blue) = 68+15+13=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F0D is #BBF0F2. Grayscale: #1E1E1E. Windows color (decimal): -12316915 or 855876. OLE color: 855876.

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

Color convert

RGB681513-
CMYK00.780.810.73
HSL2.18º67.9%15.88%-
HSV(B)2.18º80.88%26.67%-
XYZ2.631.60.55-
YUV30.62118.06154.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.83%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=70.83%
G=15.62%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68151300.780.810.732.1867.915.88
Hex44FD04E514924410
Octal10417150116121111210420
Binary100010011111101010011101010001100100110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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