#442410

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

Shades of Brown Pod #442410

Tints of Brown Pod #442410

Color information

#442410 (or 0x442410) is unknown color: approx Brown Pod. HEX triplet: 44, 24 and 10. RGB value is (68,36,16). Sum of RGB (Red+Green+Blue) = 68+36+16=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442410 is #BBDBEF. Grayscale: #2B2B2B. Windows color (decimal): -12311536 or 1057860. OLE color: 1057860.

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

Color convert

RGB683616-
CMYK00.470.760.73
HSL23.08º61.9%16.47%-
HSV(B)23.08º76.47%26.67%-
XYZ3.112.530.81-
YUV43.29112.6145.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=56.67%
G=30%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68361600.470.760.7323.0861.916.47
Hex44241002F4C49173e10
Octal1044420057114111277620
Binary1000100100100100000101111100110010010011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442410; }

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

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

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

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

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

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

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

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