#442212

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

Shades of Brown Pod #442212

Tints of Brown Pod #442212

Color information

#442212 (or 0x442212) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 12. RGB value is (68,34,18). Sum of RGB (Red+Green+Blue) = 68+34+18=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442212 is #BBDDED. Grayscale: #2A2A2A. Windows color (decimal): -12312046 or 1188420. OLE color: 1188420.

HSL color Cylindrical-coordinate representation of color #442212: hue angle of 19.2º 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 #442212 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB683418-
CMYK00.500.740.73
HSL19.2º58.14%16.86%-
HSV(B)19.2º73.53%26.67%-
XYZ3.072.420.88-
YUV42.34114.26146.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 18 (7.42% from 255) = 15%
R=56.67%
G=28.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68341800.500.740.7319.258.1416.86
Hex4422120324A49133a11
Octal1044222062112111237221
Binary1000100100010100100110010100101010010011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442212; }

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

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

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

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

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

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

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

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