#441818

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

Shades of Seal Brown #441818

Tints of Seal Brown #441818

Color information

#441818 (or 0x441818) is unknown color: approx Seal Brown. HEX triplet: 44, 18 and 18. RGB value is (68,24,24). Sum of RGB (Red+Green+Blue) = 68+24+24=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #441818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441818 is #BBE7E7. Grayscale: #252525. Windows color (decimal): -12314600 or 1579076. OLE color: 1579076.

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

Color convert

RGB682424-
CMYK00.650.650.73
HSL47.83%18.04%-
HSV(B)64.71%26.67%-
XYZ2.881.951.09-
YUV37.16120.58150-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=58.62%
G=20.69%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68242400.650.650.73047.8318.04
Hex441818041414903012
Octal1043030010110111106022
Binary100010011000110000100000110000011001001011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441818; }

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

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

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

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

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

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

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

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