#441F08

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

Shades of Brown Pod #441F08

Tints of Brown Pod #441F08

Color information

#441F08 (or 0x441F08) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 08. RGB value is (68,31,8). Sum of RGB (Red+Green+Blue) = 68+31+8=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F08 is #BBE0F7. Grayscale: #272727. Windows color (decimal): -12312824 or 532292. OLE color: 532292.

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

Color convert

RGB68318-
CMYK00.540.880.73
HSL23º78.95%14.9%-
HSV(B)23º88.24%26.67%-
XYZ2.922.230.51-
YUV39.44110.26148.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=63.55%
G=28.97%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831800.540.880.732378.9514.9
Hex441F80365849174ff
Octal10437100661301112711717
Binary10001001111110000110110101100010010011011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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