#441513

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

Shades of Seal Brown #441513

Tints of Seal Brown #441513

Color information

#441513 (or 0x441513) is unknown color: approx Seal Brown. HEX triplet: 44, 15 and 13. RGB value is (68,21,19). Sum of RGB (Red+Green+Blue) = 68+21+19=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441513 is #BBEAEC. Grayscale: #222222. Windows color (decimal): -12315373 or 1250628. OLE color: 1250628.

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

Color convert

RGB682119-
CMYK00.690.720.73
HSL2.45º56.32%17.06%-
HSV(B)2.45º72.06%26.67%-
XYZ2.771.810.82-
YUV34.82119.07151.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=62.96%
G=19.44%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68211900.690.720.732.4556.3217.06
Hex441513045484923811
Octal1042523010511011127021
Binary1000100101011001101000101100100010010011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441513; }

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

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

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

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

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

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

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

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