#44210E

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

Shades of Brown Pod #44210E

Tints of Brown Pod #44210E

Color information

#44210E (or 0x44210E) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 0E. RGB value is (68,33,14). Sum of RGB (Red+Green+Blue) = 68+33+14=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44210E is #BBDEF1. Grayscale: #292929. Windows color (decimal): -12312306 or 926020. OLE color: 926020.

HSL color Cylindrical-coordinate representation of color #44210E: hue angle of 21.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44210E is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB683314-
CMYK00.510.790.73
HSL21.11º65.85%16.08%-
HSV(B)21.11º79.41%26.67%-
XYZ3.012.350.71-
YUV41.3112.6147.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=59.13%
G=28.70%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68331400.510.790.7321.1165.8516.08
Hex4421E0334F49154210
Octal10441160631171112510220
Binary1000100100001111001100111001111100100110101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,33,14); }

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

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

 a { background-color: rgb(68,33,14); }

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

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

 span { border-color: rgb(68,33,14); }

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