#441102

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

Shades of Seal Brown #441102

Tints of Seal Brown #441102

Color information

#441102 (or 0x441102) is unknown color: approx Seal Brown. HEX triplet: 44, 11 and 02. RGB value is (68,17,2). Sum of RGB (Red+Green+Blue) = 68+17+2=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #441102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441102 is #BBEEFD. Grayscale: #1E1E1E. Windows color (decimal): -12316414 or 135492. OLE color: 135492.

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

Color convert

RGB68172-
CMYK00.750.970.73
HSL13.64º94.29%13.73%-
HSV(B)13.64º97.06%26.67%-
XYZ2.61.630.24-
YUV30.54111.9154.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 78.16%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=78.16%
G=19.54%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6817200.750.970.7313.6494.2913.73
Hex4411204B6149e5ee
Octal10421201131411111613616
Binary100010010001100100101111000011001001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441102; }

 p { color: rgb(68,17,2); }

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

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

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

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

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

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

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