#45534F

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

Shades of Corduroy #45534F

Tints of Corduroy #45534F

Color information

#45534F (or 0x45534F) is unknown color: approx Corduroy. HEX triplet: 45, 53 and 4F. RGB value is (69,83,79). Sum of RGB (Red+Green+Blue) = 69+83+79=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #45534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45534F is #BAACB0. Grayscale: #4E4E4E. Windows color (decimal): -12233905 or 5198661. OLE color: 5198661.

HSL color Cylindrical-coordinate representation of color #45534F: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #45534F is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB698379-
CMYK0.1700.050.67
HSL162.86º9.21%29.8%-
HSV(B)162.86º16.87%32.55%-
XYZ6.968.028.58-
YUV78.36128.36121.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=29.87%
G=35.93%
B=34.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983790.1700.050.67162.869.2129.8
Hex45534F110543a391e
Octal10512311721051032431136
Binary100010110100111001111100010101100001110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45534F; }

 p { color: rgb(69,83,79); }

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

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

 a { background-color: rgb(69,83,79); }

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

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

 span { border-color: rgb(69,83,79); }

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