#44210B

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

Shades of Brown Pod #44210B

Tints of Brown Pod #44210B

Color information

#44210B (or 0x44210B) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 0B. RGB value is (68,33,11). Sum of RGB (Red+Green+Blue) = 68+33+11=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #44210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44210B is #BBDEF4. Grayscale: #292929. Windows color (decimal): -12312309 or 729412. OLE color: 729412.

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

Color convert

RGB683311-
CMYK00.510.840.73
HSL23.16º72.15%15.49%-
HSV(B)23.16º83.82%26.67%-
XYZ2.992.340.61-
YUV40.96111.1147.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=60.71%
G=29.46%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68331100.510.840.7323.1672.1515.49
Hex4421B03354491748f
Octal10441130631241112711017
Binary100010010000110110110011101010010010011011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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