#442517

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

Shades of Brown Pod #442517

Tints of Brown Pod #442517

Color information

#442517 (or 0x442517) is unknown color: approx Brown Pod. HEX triplet: 44, 25 and 17. RGB value is (68,37,23). Sum of RGB (Red+Green+Blue) = 68+37+23=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442517 is #BBDAE8. Grayscale: #2C2C2C. Windows color (decimal): -12311273 or 1516868. OLE color: 1516868.

HSL color Cylindrical-coordinate representation of color #442517: hue angle of 18.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442517 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB683723-
CMYK00.460.660.73
HSL18.67º49.45%17.84%-
HSV(B)18.67º66.18%26.67%-
XYZ3.22.611.15-
YUV44.67115.77144.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=53.12%
G=28.91%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68372300.460.660.7318.6749.4517.84
Hex44251702E4249133112
Octal1044527056102111236122
Binary1000100100101101110101110100001010010011001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442517; }

 p { color: rgb(68,37,23); }

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

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

 a { background-color: rgb(68,37,23); }

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

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

 span { border-color: rgb(68,37,23); }

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