#441412

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

Shades of Seal Brown #441412

Tints of Seal Brown #441412

Color information

#441412 (or 0x441412) is unknown color: approx Seal Brown. HEX triplet: 44, 14 and 12. RGB value is (68,20,18). Sum of RGB (Red+Green+Blue) = 68+20+18=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441412 is #BBEBED. Grayscale: #222222. Windows color (decimal): -12315630 or 1184836. OLE color: 1184836.

HSL color Cylindrical-coordinate representation of color #441412: hue angle of 2.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441412 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB682018-
CMYK00.710.740.73
HSL2.4º58.14%16.86%-
HSV(B)2.4º73.53%26.67%-
XYZ2.741.770.77-
YUV34.12118.9152.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=64.15%
G=18.87%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68201800.710.740.732.458.1416.86
Hex4414120474A4923a11
Octal1042422010711211127221
Binary1000100101001001001000111100101010010011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441412; }

 p { color: rgb(68,20,18); }

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

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

 a { background-color: rgb(68,20,18); }

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

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

 span { border-color: rgb(68,20,18); }

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