#441411

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

Shades of Seal Brown #441411

Tints of Seal Brown #441411

Color information

#441411 (or 0x441411) is unknown color: approx Seal Brown. HEX triplet: 44, 14 and 11. RGB value is (68,20,17). Sum of RGB (Red+Green+Blue) = 68+20+17=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #441411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441411 is #BBEBEE. Grayscale: #222222. Windows color (decimal): -12315631 or 1119300. OLE color: 1119300.

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

Color convert

RGB682017-
CMYK00.710.750.73
HSL3.53º60%16.67%-
HSV(B)3.53º75%26.67%-
XYZ2.741.770.73-
YUV34.01118.4152.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=64.76%
G=19.05%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68201700.710.750.733.536016.67
Hex4414110474B4943c11
Octal1042421010711311147421
Binary10001001010010001010001111001011100100110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441411; }

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

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

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

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

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

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

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

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