#441312

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

Shades of Seal Brown #441312

Tints of Seal Brown #441312

Color information

#441312 (or 0x441312) is unknown color: approx Seal Brown. HEX triplet: 44, 13 and 12. RGB value is (68,19,18). Sum of RGB (Red+Green+Blue) = 68+19+18=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #441312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441312 is #BBECED. Grayscale: #212121. Windows color (decimal): -12315886 or 1184580. OLE color: 1184580.

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

Color convert

RGB681918-
CMYK00.720.740.73
HSL1.2º58.14%16.86%-
HSV(B)1.2º73.53%26.67%-
XYZ2.731.740.76-
YUV33.54119.23152.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=64.76%
G=18.10%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68191800.720.740.731.258.1416.86
Hex4413120484A4913a11
Octal1042322011011211117221
Binary100010010011100100100100010010101001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441312; }

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

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

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

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

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

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

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

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