#441101

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

Shades of Seal Brown #441101

Tints of Seal Brown #441101

Color information

#441101 (or 0x441101) is unknown color: approx Seal Brown. HEX triplet: 44, 11 and 01. RGB value is (68,17,1). Sum of RGB (Red+Green+Blue) = 68+17+1=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #441101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441101 is #BBEEFE. Grayscale: #1E1E1E. Windows color (decimal): -12316415 or 69956. OLE color: 69956.

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

Color convert

RGB68171-
CMYK00.750.990.73
HSL14.33º97.1%13.53%-
HSV(B)14.33º98.53%26.67%-
XYZ2.591.630.21-
YUV30.42111.4154.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 79.07%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=79.07%
G=19.77%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6817100.750.990.7314.3397.113.53
Hex4411104B6349e61e
Octal10421101131431111614116
Binary10001001000110100101111000111001001111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441101; }

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

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

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

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

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

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

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

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