#44271A

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

Shades of Brown Pod #44271A

Tints of Brown Pod #44271A

Color information

#44271A (or 0x44271A) is unknown color: approx Brown Pod. HEX triplet: 44, 27 and 1A. RGB value is (68,39,26). Sum of RGB (Red+Green+Blue) = 68+39+26=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271A is #BBD8E5. Grayscale: #2E2E2E. Windows color (decimal): -12310758 or 1713988. OLE color: 1713988.

HSL color Cylindrical-coordinate representation of color #44271A: hue angle of 18.57º 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 #44271A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB683926-
CMYK00.430.620.73
HSL18.57º44.68%18.43%-
HSV(B)18.57º61.76%26.67%-
XYZ3.32.751.34-
YUV46.19116.61143.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=51.13%
G=29.32%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68392600.430.620.7318.5744.6818.43
Hex44271A02B3E49132d12
Octal104473205376111235522
Binary100010010011111010010101111111010010011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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