#44271F

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

Shades of Brown Pod #44271F

Tints of Brown Pod #44271F

Color information

#44271F (or 0x44271F) is unknown color: approx Brown Pod. HEX triplet: 44, 27 and 1F. RGB value is (68,39,31). Sum of RGB (Red+Green+Blue) = 68+39+31=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271F is #BBD8E0. Grayscale: #2E2E2E. Windows color (decimal): -12310753 or 2041668. OLE color: 2041668.

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

Color convert

RGB683931-
CMYK00.430.540.73
HSL12.97º37.37%19.41%-
HSV(B)12.97º54.41%26.67%-
XYZ3.362.781.66-
YUV46.76119.11143.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=49.28%
G=28.26%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68393100.430.540.7312.9737.3719.41
Hex44271F02B3649d2513
Octal104473705366111154523
Binary10001001001111111101010111101101001001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44271F; }

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

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

<style>
 a { background-color: #44271F; }

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

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

<style>
 span { border-color: #44271F; }

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

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