#441212

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

Shades of Seal Brown #441212

Tints of Seal Brown #441212

Color information

#441212 (or 0x441212) is unknown color: approx Seal Brown. HEX triplet: 44, 12 and 12. RGB value is (68,18,18). Sum of RGB (Red+Green+Blue) = 68+18+18=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441212 is #BBEDED. Grayscale: #202020. Windows color (decimal): -12316142 or 1184324. OLE color: 1184324.

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

Color convert

RGB681818-
CMYK00.740.740.73
HSL58.14%16.86%-
HSV(B)73.53%26.67%-
XYZ2.711.710.76-
YUV32.95119.56153-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=65.38%
G=17.31%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68181800.740.740.73058.1416.86
Hex44121204A4A4903a11
Octal1042222011211211107221
Binary100010010010100100100101010010101001001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441212; }

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

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

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

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

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

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

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

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