#441010

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

Shades of Seal Brown #441010

Tints of Seal Brown #441010

Color information

#441010 (or 0x441010) is unknown color: approx Seal Brown. HEX triplet: 44, 10 and 10. RGB value is (68,16,16). Sum of RGB (Red+Green+Blue) = 68+16+16=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441010 is #BBEFEF. Grayscale: #1F1F1F. Windows color (decimal): -12316656 or 1052740. OLE color: 1052740.

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

Color convert

RGB681616-
CMYK00.760.760.73
HSL61.9%16.47%-
HSV(B)76.47%26.67%-
XYZ2.661.640.67-
YUV31.55119.23154-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 16 (6.64% from 255) = 16%
R=68%
G=16%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68161600.760.760.73061.916.47
Hex44101004C4C4903e10
Octal1042020011411411107620
Binary100010010000100000100110010011001001001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441010; }

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

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

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

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

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

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

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

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