#445751

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

Shades of Corduroy #445751

Tints of Corduroy #445751

Color information

#445751 (or 0x445751) is unknown color: approx Corduroy. HEX triplet: 44, 57 and 51. RGB value is (68,87,81). Sum of RGB (Red+Green+Blue) = 68+87+81=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #445751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445751 is #BBA8AE. Grayscale: #505050. Windows color (decimal): -12298415 or 5330756. OLE color: 5330756.

HSL color Cylindrical-coordinate representation of color #445751: hue angle of 161.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445751 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB688781-
CMYK0.2200.070.66
HSL161.05º12.26%30.39%-
HSV(B)161.05º21.84%34.12%-
XYZ7.288.649.07-
YUV80.63128.21118.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=28.81%
G=36.86%
B=34.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887810.2200.070.66161.0512.2630.39
Hex445751160742a1c1e
Octal10412712126071022411436
Binary100010010101111010001101100111100001010100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445751; }

 p { color: rgb(68,87,81); }

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

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

 a { background-color: rgb(68,87,81); }

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

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

 span { border-color: rgb(68,87,81); }

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