#441812

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

Shades of Seal Brown #441812

Tints of Seal Brown #441812

Color information

#441812 (or 0x441812) is unknown color: approx Seal Brown. HEX triplet: 44, 18 and 12. RGB value is (68,24,18). Sum of RGB (Red+Green+Blue) = 68+24+18=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441812 is #BBE7ED. Grayscale: #242424. Windows color (decimal): -12314606 or 1185860. OLE color: 1185860.

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

Color convert

RGB682418-
CMYK00.650.740.73
HSL7.2º58.14%16.86%-
HSV(B)7.2º73.53%26.67%-
XYZ2.821.930.8-
YUV36.47117.58150.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=61.82%
G=21.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68241800.650.740.737.258.1416.86
Hex4418120414A4973a11
Octal1043022010111211177221
Binary10001001100010010010000011001010100100111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441812; }

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

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

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

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

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

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

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

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