#441C19

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

Shades of Brown Pod #441C19

Tints of Brown Pod #441C19

Color information

#441C19 (or 0x441C19) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 19. RGB value is (68,28,25). Sum of RGB (Red+Green+Blue) = 68+28+25=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #441C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C19 is #BBE3E6. Grayscale: #272727. Windows color (decimal): -12313575 or 1645636. OLE color: 1645636.

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

Color convert

RGB682825-
CMYK00.590.630.73
HSL4.19º46.24%18.24%-
HSV(B)4.19º63.24%26.67%-
XYZ2.972.131.17-
YUV39.62119.75148.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=56.20%
G=23.14%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68282500.590.630.734.1946.2418.24
Hex441C1903B3F4942e12
Octal10434310737711145622
Binary100010011100110010111011111111100100110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C19; }

 p { color: rgb(68,28,25); }

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

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

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

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

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

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

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