#442115

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

Shades of Brown Pod #442115

Tints of Brown Pod #442115

Color information

#442115 (or 0x442115) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 15. RGB value is (68,33,21). Sum of RGB (Red+Green+Blue) = 68+33+21=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #442115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442115 is #BBDEEA. Grayscale: #2A2A2A. Windows color (decimal): -12312299 or 1384772. OLE color: 1384772.

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

Color convert

RGB683321-
CMYK00.510.690.73
HSL15.32º52.81%17.45%-
HSV(B)15.32º69.12%26.67%-
XYZ3.062.371.01-
YUV42.1116.1146.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=55.74%
G=27.05%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68332100.510.690.7315.3252.8117.45
Hex4421150334549f3511
Octal1044125063105111176521
Binary100010010000110101011001110001011001001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442115; }

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

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

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

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

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

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

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

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