#442622

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

Shades of Brown Pod #442622

Tints of Brown Pod #442622

Color information

#442622 (or 0x442622) is unknown color: approx Brown Pod. HEX triplet: 44, 26 and 22. RGB value is (68,38,34). Sum of RGB (Red+Green+Blue) = 68+38+34=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442622 is #BBD9DD. Grayscale: #2E2E2E. Windows color (decimal): -12311006 or 2238020. OLE color: 2238020.

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

Color convert

RGB683834-
CMYK00.440.500.73
HSL7.06º33.33%20%-
HSV(B)7.06º50%26.67%-
XYZ3.372.731.86-
YUV46.51120.94143.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=48.57%
G=27.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68383400.440.500.737.0633.3320
Hex44262202C324972114
Octal10446420546211174124
Binary10001001001101000100101100110010100100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442622; }

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

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

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

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

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

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

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

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