#442112

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

Shades of Brown Pod #442112

Tints of Brown Pod #442112

Color information

#442112 (or 0x442112) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 12. RGB value is (68,33,18). Sum of RGB (Red+Green+Blue) = 68+33+18=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #442112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442112 is #BBDEED. Grayscale: #292929. Windows color (decimal): -12312302 or 1188164. OLE color: 1188164.

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

Color convert

RGB683318-
CMYK00.510.740.73
HSL18º58.14%16.86%-
HSV(B)18º73.53%26.67%-
XYZ3.042.360.87-
YUV41.76114.6146.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=57.14%
G=27.73%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68331800.510.740.731858.1416.86
Hex4421120334A49123a11
Octal1044122063112111227221
Binary1000100100001100100110011100101010010011001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442112; }

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

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

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

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

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

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

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

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