#44231E

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

Shades of Brown Pod #44231E

Tints of Brown Pod #44231E

Color information

#44231E (or 0x44231E) is unknown color: approx Brown Pod. HEX triplet: 44, 23 and 1E. RGB value is (68,35,30). Sum of RGB (Red+Green+Blue) = 68+35+30=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44231E is #BBDCE1. Grayscale: #2C2C2C. Windows color (decimal): -12311778 or 1975108. OLE color: 1975108.

HSL color Cylindrical-coordinate representation of color #44231E: hue angle of 7.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44231E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB683530-
CMYK00.490.560.73
HSL7.89º38.78%19.22%-
HSV(B)7.89º55.88%26.67%-
XYZ3.222.521.55-
YUV44.3119.93144.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=51.13%
G=26.32%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68353000.490.560.737.8938.7819.22
Hex44231E031384982713
Octal104433606170111104723
Binary10001001000111111001100011110001001001100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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