#442210

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

Shades of Brown Pod #442210

Tints of Brown Pod #442210

Color information

#442210 (or 0x442210) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 10. RGB value is (68,34,16). Sum of RGB (Red+Green+Blue) = 68+34+16=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442210 is #BBDDEF. Grayscale: #2A2A2A. Windows color (decimal): -12312048 or 1057348. OLE color: 1057348.

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

Color convert

RGB683416-
CMYK00.500.760.73
HSL20.77º61.9%16.47%-
HSV(B)20.77º76.47%26.67%-
XYZ3.052.410.79-
YUV42.11113.26146.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=57.63%
G=28.81%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68341600.500.760.7320.7761.916.47
Hex4422100324C49153e10
Octal1044220062114111257620
Binary1000100100010100000110010100110010010011010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442210; }

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

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

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

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

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

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

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

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