#441616

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

Shades of Seal Brown #441616

Tints of Seal Brown #441616

Color information

#441616 (or 0x441616) is unknown color: approx Seal Brown. HEX triplet: 44, 16 and 16. RGB value is (68,22,22). Sum of RGB (Red+Green+Blue) = 68+22+22=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441616 is #BBE9E9. Grayscale: #232323. Windows color (decimal): -12315114 or 1447492. OLE color: 1447492.

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

Color convert

RGB682222-
CMYK00.680.680.73
HSL51.11%17.65%-
HSV(B)67.65%26.67%-
XYZ2.821.860.97-
YUV35.75120.24151-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=60.71%
G=19.64%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68222200.680.680.73051.1117.65
Hex441616044444903312
Octal1042626010410411106322
Binary100010010110101100100010010001001001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441616; }

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

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

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

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

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

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

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

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