#441F00

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

Shades of Brown Pod #441F00

Tints of Brown Pod #441F00

Color information

#441F00 (or 0x441F00) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 00. RGB value is (68,31,0). Sum of RGB (Red+Green+Blue) = 68+31+0=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #441F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F00 is #BBE0FF. Grayscale: #262626. Windows color (decimal): -12312832 or 8004. OLE color: 8004.

HSL color Cylindrical-coordinate representation of color #441F00: hue angle of 27.35º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #441F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB68310-
CMYK00.5410.73
HSL27.35º100%13.33%-
HSV(B)27.35º100%26.67%-
XYZ2.872.210.27-
YUV38.53106.26149.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68.69%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.69%
G=31.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831000.5410.7327.3510013.33
Hex441F003664491b64d
Octal1043700661441113314415
Binary10001001111100110110110010010010011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,31,0); }

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

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

 a { background-color: rgb(68,31,0); }

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

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

 span { border-color: rgb(68,31,0); }

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