#441E04

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

Shades of Brown Pod #441E04

Tints of Brown Pod #441E04

Color information

#441E04 (or 0x441E04) is unknown color: approx Brown Pod. HEX triplet: 44, 1E and 04. RGB value is (68,30,4). Sum of RGB (Red+Green+Blue) = 68+30+4=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #441E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E04 is #BBE1FB. Grayscale: #262626. Windows color (decimal): -12313084 or 269892. OLE color: 269892.

HSL color Cylindrical-coordinate representation of color #441E04: hue angle of 24.37º 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 #441E04 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB68304-
CMYK00.560.940.73
HSL24.37º88.89%14.12%-
HSV(B)24.37º94.12%26.67%-
XYZ2.872.170.38-
YUV38.4108.59149.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=66.67%
G=29.41%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6830400.560.940.7324.3788.8914.12
Hex441E40385E491859e
Octal1043640701361113013116
Binary1000100111101000111000101111010010011100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441E04; }

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

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

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

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

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

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

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

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