#442721

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

Shades of Brown Pod #442721

Tints of Brown Pod #442721

Color information

#442721 (or 0x442721) is unknown color: approx Brown Pod. HEX triplet: 44, 27 and 21. RGB value is (68,39,33). Sum of RGB (Red+Green+Blue) = 68+39+33=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442721 is #BBD8DE. Grayscale: #2F2F2F. Windows color (decimal): -12310751 or 2172740. OLE color: 2172740.

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

Color convert

RGB683933-
CMYK00.430.510.73
HSL10.29º34.65%19.8%-
HSV(B)10.29º51.47%26.67%-
XYZ3.382.791.8-
YUV46.99120.11142.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=48.57%
G=27.86%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68393300.430.510.7310.2934.6519.8
Hex44272102B3349a2314
Octal104474105363111124324
Binary100010010011110000101010111100111001001101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442721; }

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

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

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

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

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

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

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

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