#441402

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

Shades of Brown Pod #441402

Tints of Brown Pod #441402

Color information

#441402 (or 0x441402) is unknown color: approx Brown Pod. HEX triplet: 44, 14 and 02. RGB value is (68,20,2). Sum of RGB (Red+Green+Blue) = 68+20+2=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #441402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441402 is #BBEBFD. Grayscale: #202020. Windows color (decimal): -12315646 or 136260. OLE color: 136260.

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

Color convert

RGB68202-
CMYK00.710.970.73
HSL16.36º94.29%13.73%-
HSV(B)16.36º97.06%26.67%-
XYZ2.651.730.25-
YUV32.3110.9153.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=75.56%
G=22.22%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6820200.710.970.7316.3694.2913.73
Hex441420476149105ee
Octal10424201071411112013616
Binary1000100101001001000111110000110010011000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441402; }

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

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

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

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

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

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

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

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