#441311

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

Shades of Seal Brown #441311

Tints of Seal Brown #441311

Color information

#441311 (or 0x441311) is unknown color: approx Seal Brown. HEX triplet: 44, 13 and 11. RGB value is (68,19,17). Sum of RGB (Red+Green+Blue) = 68+19+17=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441311 is #BBECEE. Grayscale: #212121. Windows color (decimal): -12315887 or 1119044. OLE color: 1119044.

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

Color convert

RGB681917-
CMYK00.720.750.73
HSL2.35º60%16.67%-
HSV(B)2.35º75%26.67%-
XYZ2.721.740.72-
YUV33.42118.73152.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=65.38%
G=18.27%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68191700.720.750.732.356016.67
Hex4413110484B4923c11
Octal1042321011011311127421
Binary1000100100111000101001000100101110010011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441311; }

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

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

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

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

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

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

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

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