#44241A

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

Shades of Brown Pod #44241A

Tints of Brown Pod #44241A

Color information

#44241A (or 0x44241A) is unknown color: approx Brown Pod. HEX triplet: 44, 24 and 1A. RGB value is (68,36,26). Sum of RGB (Red+Green+Blue) = 68+36+26=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44241A is #BBDBE5. Grayscale: #2C2C2C. Windows color (decimal): -12311526 or 1713220. OLE color: 1713220.

HSL color Cylindrical-coordinate representation of color #44241A: hue angle of 14.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44241A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB683626-
CMYK00.470.620.73
HSL14.29º44.68%18.43%-
HSV(B)14.29º61.76%26.67%-
XYZ3.22.571.3-
YUV44.43117.6144.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 26 (10.55% from 255) = 20%
R=52.31%
G=27.69%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68362600.470.620.7314.2944.6818.43
Hex44241A02F3E49e2d12
Octal104443205776111165522
Binary10001001001001101001011111111101001001111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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