#44261D

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

Shades of Brown Pod #44261D

Tints of Brown Pod #44261D

Color information

#44261D (or 0x44261D) is unknown color: approx Brown Pod. HEX triplet: 44, 26 and 1D. RGB value is (68,38,29). Sum of RGB (Red+Green+Blue) = 68+38+29=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44261D is #BBD9E2. Grayscale: #2E2E2E. Windows color (decimal): -12311011 or 1910340. OLE color: 1910340.

HSL color Cylindrical-coordinate representation of color #44261D: hue angle of 13.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44261D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB683829-
CMYK00.440.570.73
HSL13.85º40.21%19.02%-
HSV(B)13.85º57.35%26.67%-
XYZ3.32.71.51-
YUV45.94118.44143.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=50.37%
G=28.15%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68382900.440.570.7313.8540.2119.02
Hex44261D02C3949e2813
Octal104463505471111165023
Binary10001001001101110101011001110011001001111010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44261D; }

 p { color: rgb(68,38,29); }

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

<style>
 a { background-color: #44261D; }

 a { background-color: rgb(68,38,29); }

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

<style>
 span { border-color: #44261D; }

 span { border-color: rgb(68,38,29); }

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