#441816

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

Shades of Seal Brown #441816

Tints of Seal Brown #441816

Color information

#441816 (or 0x441816) is unknown color: approx Seal Brown. HEX triplet: 44, 18 and 16. RGB value is (68,24,22). Sum of RGB (Red+Green+Blue) = 68+24+22=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #441816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441816 is #BBE7E9. Grayscale: #242424. Windows color (decimal): -12314602 or 1448004. OLE color: 1448004.

HSL color Cylindrical-coordinate representation of color #441816: hue angle of 2.61º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441816 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB682422-
CMYK00.650.680.73
HSL2.61º51.11%17.65%-
HSV(B)2.61º67.65%26.67%-
XYZ2.861.940.98-
YUV36.93119.58150.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=59.65%
G=21.05%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68242200.650.680.732.6151.1117.65
Hex441816041444933312
Octal1043026010110411136322
Binary1000100110001011001000001100010010010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441816; }

 p { color: rgb(68,24,22); }

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

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

 a { background-color: rgb(68,24,22); }

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

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

 span { border-color: rgb(68,24,22); }

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