#445752

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

Shades of Corduroy #445752

Tints of Corduroy #445752

Color information

#445752 (or 0x445752) is unknown color: approx Corduroy. HEX triplet: 44, 57 and 52. RGB value is (68,87,82). Sum of RGB (Red+Green+Blue) = 68+87+82=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #445752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445752 is #BBA8AD. Grayscale: #505050. Windows color (decimal): -12298414 or 5396292. OLE color: 5396292.

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

Color convert

RGB688782-
CMYK0.2200.060.66
HSL164.21º12.26%30.39%-
HSV(B)164.21º21.84%34.12%-
XYZ7.328.659.27-
YUV80.75128.71118.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=28.69%
G=36.71%
B=34.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887820.2200.060.66164.2112.2630.39
Hex445752160642a4c1e
Octal10412712226061022441436
Binary100010010101111010010101100110100001010100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445752; }

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

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

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

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

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

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

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

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