#441814

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

Shades of Seal Brown #441814

Tints of Seal Brown #441814

Color information

#441814 (or 0x441814) is unknown color: approx Seal Brown. HEX triplet: 44, 18 and 14. RGB value is (68,24,20). Sum of RGB (Red+Green+Blue) = 68+24+20=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441814 is #BBE7EB. Grayscale: #242424. Windows color (decimal): -12314604 or 1316932. OLE color: 1316932.

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

Color convert

RGB682420-
CMYK00.650.710.73
HSL54.55%17.25%-
HSV(B)70.59%26.67%-
XYZ2.841.930.89-
YUV36.7118.58150.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=60.71%
G=21.43%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68242000.650.710.73554.5517.25
Hex441814041474953711
Octal1043024010110711156721
Binary10001001100010100010000011000111100100110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441814; }

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

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

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

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

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

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

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

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