#442119

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

Shades of Brown Pod #442119

Tints of Brown Pod #442119

Color information

#442119 (or 0x442119) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 19. RGB value is (68,33,25). Sum of RGB (Red+Green+Blue) = 68+33+25=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442119 is #BBDEE6. Grayscale: #2A2A2A. Windows color (decimal): -12312295 or 1646916. OLE color: 1646916.

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

Color convert

RGB683325-
CMYK00.510.630.73
HSL11.16º46.24%18.24%-
HSV(B)11.16º63.24%26.67%-
XYZ3.12.391.22-
YUV42.55118.1146.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=53.97%
G=26.19%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68332500.510.630.7311.1646.2418.24
Hex4421190333F49b2e12
Octal104413106377111135622
Binary10001001000011100101100111111111001001101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442119; }

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

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

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

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

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

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

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

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