#441202

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

Shades of Brown Pod #441202

Tints of Brown Pod #441202

Color information

#441202 (or 0x441202) is unknown color: approx Brown Pod. HEX triplet: 44, 12 and 02. RGB value is (68,18,2). Sum of RGB (Red+Green+Blue) = 68+18+2=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #441202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441202 is #BBEDFD. Grayscale: #1F1F1F. Windows color (decimal): -12316158 or 135748. OLE color: 135748.

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

Color convert

RGB68182-
CMYK00.740.970.73
HSL14.55º94.29%13.73%-
HSV(B)14.55º97.06%26.67%-
XYZ2.611.670.24-
YUV31.13111.56154.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 77.27%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=77.27%
G=20.45%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6818200.740.970.7314.5594.2913.73
Hex4412204A6149f5ee
Octal10422201121411111713616
Binary100010010010100100101011000011001001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441202; }

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

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

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

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

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

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

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

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