#441103

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

Shades of Seal Brown #441103

Tints of Seal Brown #441103

Color information

#441103 (or 0x441103) is unknown color: approx Seal Brown. HEX triplet: 44, 11 and 03. RGB value is (68,17,3). Sum of RGB (Red+Green+Blue) = 68+17+3=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #441103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441103 is #BBEEFC. Grayscale: #1E1E1E. Windows color (decimal): -12316413 or 201028. OLE color: 201028.

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

Color convert

RGB68173-
CMYK00.750.960.73
HSL12.92º91.55%13.92%-
HSV(B)12.92º95.59%26.67%-
XYZ2.61.640.26-
YUV30.65112.4154.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 77.27%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=77.27%
G=19.32%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6817300.750.960.7312.9291.5513.92
Hex4411304B6049d5ce
Octal10421301131401111513416
Binary100010010001110100101111000001001001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441103; }

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

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

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

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

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

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

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

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