#442017

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

Shades of Brown Pod #442017

Tints of Brown Pod #442017

Color information

#442017 (or 0x442017) is unknown color: approx Brown Pod. HEX triplet: 44, 20 and 17. RGB value is (68,32,23). Sum of RGB (Red+Green+Blue) = 68+32+23=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442017 is #BBDFE8. Grayscale: #292929. Windows color (decimal): -12312553 or 1515588. OLE color: 1515588.

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

Color convert

RGB683223-
CMYK00.530.660.73
HSL12º49.45%17.84%-
HSV(B)12º66.18%26.67%-
XYZ3.062.321.1-
YUV41.74117.43146.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=55.28%
G=26.02%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68322300.530.660.731249.4517.84
Hex4420170354249c3112
Octal1044027065102111146122
Binary100010010000010111011010110000101001001110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442017; }

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

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

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

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

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

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

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

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