#442722

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

Shades of Brown Pod #442722

Tints of Brown Pod #442722

Color information

#442722 (or 0x442722) is unknown color: approx Brown Pod. HEX triplet: 44, 27 and 22. RGB value is (68,39,34). Sum of RGB (Red+Green+Blue) = 68+39+34=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442722 is #BBD8DD. Grayscale: #2F2F2F. Windows color (decimal): -12310750 or 2238276. OLE color: 2238276.

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

Color convert

RGB683934-
CMYK00.430.500.73
HSL8.82º33.33%20%-
HSV(B)8.82º50%26.67%-
XYZ3.42.81.87-
YUV47.1120.61142.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=48.23%
G=27.66%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68393400.430.500.738.8233.3320
Hex44272202B324992114
Octal104474205362111114124
Binary100010010011110001001010111100101001001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442722; }

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

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

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

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

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

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

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

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