#44201A

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

Shades of Brown Pod #44201A

Tints of Brown Pod #44201A

Color information

#44201A (or 0x44201A) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 1A. RGB value is (68,32,26). Sum of RGB (Red+Green+Blue) = 68+32+26=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #44201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44201A is #BBDFE5. Grayscale: #2A2A2A. Windows color (decimal): -12312550 or 1712196. OLE color: 1712196.

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

Color convert

RGB683226-
CMYK00.530.620.73
HSL8.57º44.68%18.43%-
HSV(B)8.57º61.76%26.67%-
XYZ3.092.341.27-
YUV42.08118.93146.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=53.97%
G=25.40%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68322600.530.620.738.5744.6818.43
Hex44201A0353E4992d12
Octal104403206576111115522
Binary10001001000001101001101011111101001001100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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