#442311

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

Shades of Brown Pod #442311

Tints of Brown Pod #442311

Color information

#442311 (or 0x442311) is unknown color: approx Brown Pod. HEX triplet: 44, 23 and 11. RGB value is (68,35,17). Sum of RGB (Red+Green+Blue) = 68+35+17=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442311 is #BBDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12311791 or 1123140. OLE color: 1123140.

HSL color Cylindrical-coordinate representation of color #442311: hue angle of 21.18º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442311 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB683517-
CMYK00.490.750.73
HSL21.18º60%16.67%-
HSV(B)21.18º75%26.67%-
XYZ3.092.470.84-
YUV42.82113.43145.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=56.67%
G=29.17%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68351700.490.750.7321.186016.67
Hex4423110314B49153c11
Octal1044321061113111257421
Binary1000100100011100010110001100101110010011010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442311; }

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

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

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

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

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

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

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

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