#441F05

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

Shades of Brown Pod #441F05

Tints of Brown Pod #441F05

Color information

#441F05 (or 0x441F05) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 05. RGB value is (68,31,5). Sum of RGB (Red+Green+Blue) = 68+31+5=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F05 is #BBE0FA. Grayscale: #272727. Windows color (decimal): -12312827 or 335684. OLE color: 335684.

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

Color convert

RGB68315-
CMYK00.540.930.73
HSL24.76º86.3%14.31%-
HSV(B)24.76º92.65%26.67%-
XYZ2.92.220.42-
YUV39.1108.76148.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=65.38%
G=29.81%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831500.540.930.7324.7686.314.31
Hex441F50365D491956e
Octal1043750661351113112616
Binary1000100111111010110110101110110010011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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