#44241E

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

Shades of Brown Pod #44241E

Tints of Brown Pod #44241E

Color information

#44241E (or 0x44241E) is unknown color: approx Brown Pod. HEX triplet: 44, 24 and 1E. RGB value is (68,36,30). Sum of RGB (Red+Green+Blue) = 68+36+30=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44241E is #BBDBE1. Grayscale: #2C2C2C. Windows color (decimal): -12311522 or 1975364. OLE color: 1975364.

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

Color convert

RGB683630-
CMYK00.470.560.73
HSL9.47º38.78%19.22%-
HSV(B)9.47º55.88%26.67%-
XYZ3.252.581.56-
YUV44.88119.6144.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=50.75%
G=26.87%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68363000.470.560.739.4738.7819.22
Hex44241E02F384992713
Octal104443605770111114723
Binary10001001001001111001011111110001001001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44241E; }

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

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

<style>
 a { background-color: #44241E; }

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

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

<style>
 span { border-color: #44241E; }

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

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