#442820

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

Shades of Brown Pod #442820

Tints of Brown Pod #442820

Color information

#442820 (or 0x442820) is unknown color: approx Brown Pod. HEX triplet: 44, 28 and 20. RGB value is (68,40,32). Sum of RGB (Red+Green+Blue) = 68+40+32=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442820 is #BBD7DF. Grayscale: #2F2F2F. Windows color (decimal): -12310496 or 2107460. OLE color: 2107460.

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

Color convert

RGB684032-
CMYK00.410.530.73
HSL13.33º36%19.61%-
HSV(B)13.33º52.94%26.67%-
XYZ3.42.851.74-
YUV47.46119.28142.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=48.57%
G=28.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68403200.410.530.7313.333619.61
Hex4428200293549d2414
Octal104504005165111154424
Binary100010010100010000001010011101011001001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442820; }

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

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

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

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

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

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

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

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