#440E0D

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

Shades of Seal Brown #440E0D

Tints of Seal Brown #440E0D

Color information

#440E0D (or 0x440E0D) is unknown color: approx Seal Brown. HEX triplet: 44, 0E and 0D. RGB value is (68,14,13). Sum of RGB (Red+Green+Blue) = 68+14+13=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E0D is #BBF1F2. Grayscale: #1E1E1E. Windows color (decimal): -12317171 or 855620. OLE color: 855620.

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

Color convert

RGB681413-
CMYK00.790.810.73
HSL1.09º67.9%15.88%-
HSV(B)1.09º80.88%26.67%-
XYZ2.611.570.55-
YUV30.03118.39155.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=71.58%
G=14.74%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68141300.790.810.731.0967.915.88
Hex44ED04F514914410
Octal10416150117121111110420
Binary10001001110110101001111101000110010011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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