#442202

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

Shades of Brown Pod #442202

Tints of Brown Pod #442202

Color information

#442202 (or 0x442202) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 02. RGB value is (68,34,2). Sum of RGB (Red+Green+Blue) = 68+34+2=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #442202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442202 is #BBDDFD. Grayscale: #282828. Windows color (decimal): -12312062 or 139844. OLE color: 139844.

HSL color Cylindrical-coordinate representation of color #442202: hue angle of 29.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #442202 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB68342-
CMYK00.500.970.73
HSL29.09º94.29%13.73%-
HSV(B)29.09º97.06%26.67%-
XYZ2.972.380.36-
YUV40.52106.26147.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=65.38%
G=32.69%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834200.500.970.7329.0994.2913.73
Hex4422203261491d5ee
Octal1044220621411113513616
Binary1000100100010100110010110000110010011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442202; }

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

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

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

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

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

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

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

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