#442617

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

Shades of Brown Pod #442617

Tints of Brown Pod #442617

Color information

#442617 (or 0x442617) is unknown color: approx Brown Pod. HEX triplet: 44, 26 and 17. RGB value is (68,38,23). Sum of RGB (Red+Green+Blue) = 68+38+23=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442617 is #BBD9E8. Grayscale: #2D2D2D. Windows color (decimal): -12311017 or 1517124. OLE color: 1517124.

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

Color convert

RGB683823-
CMYK00.440.660.73
HSL20º49.45%17.84%-
HSV(B)20º66.18%26.67%-
XYZ3.232.681.16-
YUV45.26115.44144.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=52.71%
G=29.46%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68382300.440.660.732049.4517.84
Hex44261702C4249143112
Octal1044627054102111246122
Binary1000100100110101110101100100001010010011010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442617; }

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

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

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

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

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

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

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

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