#44231A

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

Shades of Brown Pod #44231A

Tints of Brown Pod #44231A

Color information

#44231A (or 0x44231A) is unknown color: approx Brown Pod. HEX triplet: 44, 23 and 1A. RGB value is (68,35,26). Sum of RGB (Red+Green+Blue) = 68+35+26=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #44231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44231A is #BBDCE5. Grayscale: #2B2B2B. Windows color (decimal): -12311782 or 1712964. OLE color: 1712964.

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

Color convert

RGB683526-
CMYK00.490.620.73
HSL12.86º44.68%18.43%-
HSV(B)12.86º61.76%26.67%-
XYZ3.172.511.29-
YUV43.84117.93145.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=52.71%
G=27.13%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68352600.490.620.7312.8644.6818.43
Hex44231A0313E49d2d12
Octal104433206176111155522
Binary10001001000111101001100011111101001001110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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