#442102

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

Shades of Brown Pod #442102

Tints of Brown Pod #442102

Color information

#442102 (or 0x442102) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 02. RGB value is (68,33,2). Sum of RGB (Red+Green+Blue) = 68+33+2=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #442102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442102 is #BBDEFD. Grayscale: #282828. Windows color (decimal): -12312318 or 139588. OLE color: 139588.

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

Color convert

RGB68332-
CMYK00.510.970.73
HSL28.18º94.29%13.73%-
HSV(B)28.18º97.06%26.67%-
XYZ2.942.320.35-
YUV39.93106.6148.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=66.02%
G=32.04%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833200.510.970.7328.1894.2913.73
Hex4421203361491c5ee
Octal1044120631411113413616
Binary1000100100001100110011110000110010011110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442102; }

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

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

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

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

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

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

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

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