#442522

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

Shades of Brown Pod #442522

Tints of Brown Pod #442522

Color information

#442522 (or 0x442522) is unknown color: approx Brown Pod. HEX triplet: 44, 25 and 22. RGB value is (68,37,34). Sum of RGB (Red+Green+Blue) = 68+37+34=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442522 is #BBDADD. Grayscale: #2D2D2D. Windows color (decimal): -12311262 or 2237764. OLE color: 2237764.

HSL color Cylindrical-coordinate representation of color #442522: hue angle of 5.29º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442522 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB683734-
CMYK00.460.500.73
HSL5.29º33.33%20%-
HSV(B)5.29º50%26.67%-
XYZ3.332.671.85-
YUV45.93121.27143.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=48.92%
G=26.62%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68373400.460.500.735.2933.3320
Hex44252202E324952114
Octal10445420566211154124
Binary10001001001011000100101110110010100100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442522; }

 p { color: rgb(68,37,34); }

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

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

 a { background-color: rgb(68,37,34); }

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

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

 span { border-color: rgb(68,37,34); }

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