#44261A

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

Shades of Brown Pod #44261A

Tints of Brown Pod #44261A

Color information

#44261A (or 0x44261A) is unknown color: approx Brown Pod. HEX triplet: 44, 26 and 1A. RGB value is (68,38,26). Sum of RGB (Red+Green+Blue) = 68+38+26=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44261A is #BBD9E5. Grayscale: #2D2D2D. Windows color (decimal): -12311014 or 1713732. OLE color: 1713732.

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

Color convert

RGB683826-
CMYK00.440.620.73
HSL17.14º44.68%18.43%-
HSV(B)17.14º61.76%26.67%-
XYZ3.262.691.32-
YUV45.6116.94143.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=51.52%
G=28.79%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68382600.440.620.7317.1444.6818.43
Hex44261A02C3E49112d12
Octal104463205476111215522
Binary100010010011011010010110011111010010011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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