#414845

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

Shades of Corduroy #414845

Tints of Corduroy #414845

Color information

#414845 (or 0x414845) is unknown color: approx Corduroy. HEX triplet: 41, 48 and 45. RGB value is (65,72,69). Sum of RGB (Red+Green+Blue) = 65+72+69=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #414845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414845 is #BEB7BA. Grayscale: #454545. Windows color (decimal): -12498875 or 4540481. OLE color: 4540481.

HSL color Cylindrical-coordinate representation of color #414845: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414845 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB657269-
CMYK0.1000.040.72
HSL154.29º5.11%26.86%-
HSV(B)154.29º9.72%28.24%-
XYZ5.576.196.53-
YUV69.56127.68124.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=31.55%
G=34.95%
B=33.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572690.1000.040.72154.295.1126.86
Hex414845A04489a51b
Octal1011101051204110232533
Binary1000001100100010001011010010010010001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414845; }

 p { color: rgb(65,72,69); }

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

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

 a { background-color: rgb(65,72,69); }

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

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

 span { border-color: rgb(65,72,69); }

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