#442205

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

Shades of Brown Pod #442205

Tints of Brown Pod #442205

Color information

#442205 (or 0x442205) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 05. RGB value is (68,34,5). Sum of RGB (Red+Green+Blue) = 68+34+5=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442205 is #BBDDFA. Grayscale: #292929. Windows color (decimal): -12312059 or 336452. OLE color: 336452.

HSL color Cylindrical-coordinate representation of color #442205: hue angle of 27.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442205 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB68345-
CMYK00.500.930.73
HSL27.62º86.3%14.31%-
HSV(B)27.62º92.65%26.67%-
XYZ2.982.380.45-
YUV40.86107.76147.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=63.55%
G=31.78%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834500.500.930.7327.6286.314.31
Hex442250325D491c56e
Octal1044250621351113412616
Binary10001001000101010110010101110110010011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442205; }

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

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

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

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

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

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

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

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