#441716

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

Shades of Seal Brown #441716

Tints of Seal Brown #441716

Color information

#441716 (or 0x441716) is unknown color: approx Seal Brown. HEX triplet: 44, 17 and 16. RGB value is (68,23,22). Sum of RGB (Red+Green+Blue) = 68+23+22=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #441716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441716 is #BBE8E9. Grayscale: #242424. Windows color (decimal): -12314858 or 1447748. OLE color: 1447748.

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

Color convert

RGB682322-
CMYK00.660.680.73
HSL1.3º51.11%17.65%-
HSV(B)1.3º67.65%26.67%-
XYZ2.841.90.98-
YUV36.34119.91150.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=60.18%
G=20.35%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68232200.660.680.731.351.1117.65
Hex441716042444913312
Octal1042726010210411116322
Binary100010010111101100100001010001001001001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441716; }

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

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

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

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

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

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

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

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