#441301

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

Shades of Brown Pod #441301

Tints of Brown Pod #441301

Color information

#441301 (or 0x441301) is unknown color: approx Brown Pod. HEX triplet: 44, 13 and 01. RGB value is (68,19,1). Sum of RGB (Red+Green+Blue) = 68+19+1=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #441301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441301 is #BBECFE. Grayscale: #1F1F1F. Windows color (decimal): -12315903 or 70468. OLE color: 70468.

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

Color convert

RGB68191-
CMYK00.720.990.73
HSL16.12º97.1%13.53%-
HSV(B)16.12º98.53%26.67%-
XYZ2.621.70.22-
YUV31.6110.73153.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 77.27%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=77.27%
G=21.59%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6819100.720.990.7316.1297.113.53
Hex4413104863491061e
Octal10423101101431112014116
Binary100010010011101001000110001110010011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441301; }

 p { color: rgb(68,19,1); }

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

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

 a { background-color: rgb(68,19,1); }

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

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

 span { border-color: rgb(68,19,1); }

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