#442019

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

Shades of Brown Pod #442019

Tints of Brown Pod #442019

Color information

#442019 (or 0x442019) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 19. RGB value is (68,32,25). Sum of RGB (Red+Green+Blue) = 68+32+25=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442019 is #BBDFE6. Grayscale: #2A2A2A. Windows color (decimal): -12312551 or 1646660. OLE color: 1646660.

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

Color convert

RGB683225-
CMYK00.530.630.73
HSL9.77º46.24%18.24%-
HSV(B)9.77º63.24%26.67%-
XYZ3.082.331.21-
YUV41.97118.43146.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 25 (10.16% from 255) = 20%
R=54.4%
G=25.6%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68322500.530.630.739.7746.2418.24
Hex4420190353F49a2e12
Octal104403106577111125622
Binary10001001000001100101101011111111001001101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442019; }

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

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

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

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

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

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

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

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