#442002

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

Shades of Brown Pod #442002

Tints of Brown Pod #442002

Color information

#442002 (or 0x442002) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 02. RGB value is (68,32,2). Sum of RGB (Red+Green+Blue) = 68+32+2=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #442002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442002 is #BBDFFD. Grayscale: #272727. Windows color (decimal): -12312574 or 139332. OLE color: 139332.

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

Color convert

RGB68322-
CMYK00.530.970.73
HSL27.27º94.29%13.73%-
HSV(B)27.27º97.06%26.67%-
XYZ2.912.270.34-
YUV39.34106.93148.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=66.67%
G=31.37%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832200.530.970.7327.2794.2913.73
Hex4420203561491b5ee
Octal1044020651411113313616
Binary1000100100000100110101110000110010011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442002; }

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

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

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

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

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

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

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

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