#441211

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

Shades of Seal Brown #441211

Tints of Seal Brown #441211

Color information

#441211 (or 0x441211) is unknown color: approx Seal Brown. HEX triplet: 44, 12 and 11. RGB value is (68,18,17). Sum of RGB (Red+Green+Blue) = 68+18+17=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #441211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441211 is #BBEDEE. Grayscale: #202020. Windows color (decimal): -12316143 or 1118788. OLE color: 1118788.

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

Color convert

RGB681817-
CMYK00.740.750.73
HSL1.18º60%16.67%-
HSV(B)1.18º75%26.67%-
XYZ2.71.70.72-
YUV32.84119.06153.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=66.02%
G=17.48%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68181700.740.750.731.186016.67
Hex44121104A4B4913c11
Octal1042221011211311117421
Binary100010010010100010100101010010111001001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441211; }

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

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

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

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

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

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

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

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