#441F1E

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

Shades of Brown Pod #441F1E

Tints of Brown Pod #441F1E

Color information

#441F1E (or 0x441F1E) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 1E. RGB value is (68,31,30). Sum of RGB (Red+Green+Blue) = 68+31+30=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F1E is #BBE0E1. Grayscale: #292929. Windows color (decimal): -12312802 or 1974084. OLE color: 1974084.

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

Color convert

RGB683130-
CMYK00.540.560.73
HSL1.58º38.78%19.22%-
HSV(B)1.58º55.88%26.67%-
XYZ3.112.31.51-
YUV41.95121.26146.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=52.71%
G=24.03%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68313000.540.560.731.5838.7819.22
Hex441F1E036384922713
Octal10437360667011124723
Binary10001001111111110011011011100010010011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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