#441704

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

Shades of Brown Pod #441704

Tints of Brown Pod #441704

Color information

#441704 (or 0x441704) is unknown color: approx Brown Pod. HEX triplet: 44, 17 and 04. RGB value is (68,23,4). Sum of RGB (Red+Green+Blue) = 68+23+4=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #441704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441704 is #BBE8FB. Grayscale: #222222. Windows color (decimal): -12314876 or 268100. OLE color: 268100.

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

Color convert

RGB68234-
CMYK00.660.940.73
HSL17.81º88.89%14.12%-
HSV(B)17.81º94.12%26.67%-
XYZ2.711.850.33-
YUV34.29110.91152.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=71.58%
G=24.21%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6823400.660.940.7317.8188.8914.12
Hex441740425E491259e
Octal10427401021361112213116
Binary10001001011110001000010101111010010011001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441704; }

 p { color: rgb(68,23,4); }

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

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

 a { background-color: rgb(68,23,4); }

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

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

 span { border-color: rgb(68,23,4); }

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