#441614

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

Shades of Seal Brown #441614

Tints of Seal Brown #441614

Color information

#441614 (or 0x441614) is unknown color: approx Seal Brown. HEX triplet: 44, 16 and 14. RGB value is (68,22,20). Sum of RGB (Red+Green+Blue) = 68+22+20=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441614 is #BBE9EB. Grayscale: #232323. Windows color (decimal): -12315116 or 1316420. OLE color: 1316420.

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

Color convert

RGB682220-
CMYK00.680.710.73
HSL2.5º54.55%17.25%-
HSV(B)2.5º70.59%26.67%-
XYZ2.81.850.87-
YUV35.53119.24151.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=61.82%
G=20%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68222000.680.710.732.554.5517.25
Hex441614044474933711
Octal1042624010410711136721
Binary1000100101101010001000100100011110010011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441614; }

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

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

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

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

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

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

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

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