#442120

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

Shades of Brown Pod #442120

Tints of Brown Pod #442120

Color information

#442120 (or 0x442120) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 20. RGB value is (68,33,32). Sum of RGB (Red+Green+Blue) = 68+33+32=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442120 is #BBDEDF. Grayscale: #2B2B2B. Windows color (decimal): -12312288 or 2105668. OLE color: 2105668.

HSL color Cylindrical-coordinate representation of color #442120: hue angle of 1.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442120 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB683332-
CMYK00.510.530.73
HSL1.67º36%19.61%-
HSV(B)1.67º52.94%26.67%-
XYZ3.192.421.67-
YUV43.35121.6145.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=51.13%
G=24.81%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68333200.510.530.731.673619.61
Hex442120033354922414
Octal10441400636511124424
Binary1000100100001100000011001111010110010011010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442120; }

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

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

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

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

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

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

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

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